Skip to content

Commit

Permalink
only build amd64 version for repo
Browse files Browse the repository at this point in the history
  • Loading branch information
wsobel committed Jun 19, 2024
1 parent 061e2c7 commit 8053574
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:

# the QEMU emulator lets us build for arm processors also
# see https://github.com/docker/setup-qemu-action
- name: Set up QEMU emulator
uses: docker/setup-qemu-action@v3
# - name: Set up QEMU emulator
# uses: docker/setup-qemu-action@v3

# see https://github.com/docker/setup-buildx-action
- name: Set up Docker Buildx
Expand Down

0 comments on commit 8053574

Please sign in to comment.