Skip to content

Commit 94ce54b

Browse files
author
Jeremy Price
committed
only build arm....
1 parent 9c2f872 commit 94ce54b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
with:
7979
context: .
8080
file: ./Dockerfile
81-
platforms: linux/amd64,linux/arm64
81+
platforms: linux/arm64
8282
# For pull requests, we run the Docker build (to ensure no PR changes break the build),
8383
# but we ONLY do an image push to DockerHub if it's NOT a PR
8484
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)