Skip to content

Commit

Permalink
chore: remove arm64 build
Browse files Browse the repository at this point in the history
  • Loading branch information
mfw78 committed Apr 19, 2024
1 parent 80be106 commit 6d863b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io --username ${DOCKER_USERNAME} --password-stdin
- name: Set up Docker builder
run: |
docker run --privileged --rm tonistiigi/binfmt --install arm64,amd64
docker run --privileged --rm tonistiigi/binfmt --install amd64
docker buildx create --use --name cross-builder
- name: Build and push image, tag as "latest"
if: ${{ contains(github.event.ref, 'beta') }}
Expand Down

0 comments on commit 6d863b6

Please sign in to comment.