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 8053574 commit 777023f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ jobs:
# uses: docker/setup-qemu-action@v3

# see https://github.com/docker/setup-buildx-action
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
# - name: Set up Docker Buildx
# uses: docker/setup-buildx-action@v3

- name: Login to DockerHub
uses: docker/login-action@v3
Expand All @@ -76,7 +76,7 @@ jobs:
with:
context: .
file: ${{ matrix.dockerfile }}
platforms: ${{ env.PLATFORMS }}
# platforms: ${{ env.PLATFORMS }}

# docker hub user/repo:tag
tags: |
Expand Down

0 comments on commit 777023f

Please sign in to comment.