Skip to content

Commit

Permalink
test arm64 only
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasbjoralt committed Sep 2, 2024
1 parent 117a1e1 commit 6699851
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

- name: Set up QEMU
uses: docker/setup-qemu-action@v3

# https://github.com/docker/setup-buildx-action
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
uses: docker/build-push-action@v6
with:
context: "{{defaultContext}}:ressurser/simple-api"
platforms: linux/amd64,linux/arm64
platforms: linux/arm64
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit 6699851

Please sign in to comment.