Skip to content

Commit

Permalink
Remove Docker image build for linux/arm64 (#1378)
Browse files Browse the repository at this point in the history
It makes CI very slow.
  • Loading branch information
leszko authored Sep 4, 2024
1 parent fdad3c7 commit bde4fb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v4
with:
platforms: linux/amd64, linux/arm64
platforms: linux/amd64
push: true
build-args: |
GIT_VERSION=${{ github.ref_type == 'tag' && github.ref_name || github.event.pull_request.head.sha || github.sha }}
Expand Down

0 comments on commit bde4fb1

Please sign in to comment.