Skip to content

Commit

Permalink
Removed other docker platforms except amd64. (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
s3rius authored Nov 21, 2024
1 parent 6fb560b commit 146d5f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
with:
context: .
file: ./Dockerfile
platforms: linux/amd64,linux/arm64,linux/arm/v7
platforms: linux/amd64 # ,linux/arm64,linux/arm/v7 (uncomment once the fix for long builds is found).
push: true
tags: ghcr.io/intreecom/robotlb:latest,ghcr.io/intreecom/robotlb:${{ github.ref_name }}

Expand Down

0 comments on commit 146d5f2

Please sign in to comment.