Skip to content

Commit

Permalink
DO NOT MERGE: build only amd64
Browse files Browse the repository at this point in the history
  • Loading branch information
moreal committed Nov 11, 2024
1 parent 159f7ff commit 12e5f68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push_docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
uses: docker/build-push-action@v5
with:
push: ${{ github.event_name != 'pull_request' }}
platforms: linux/arm64,linux/amd64
platforms: linux/amd64
tags: ${{ matrix.docker.repo }}:git-${{ github.sha }}
file: ${{ matrix.docker.dockerfile }}
build-args: COMMIT=git-${{ github.sha }}
Expand Down

0 comments on commit 12e5f68

Please sign in to comment.