Skip to content

Commit

Permalink
build: add back arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
developStorm committed Jul 12, 2023
1 parent 8125c53 commit 53119f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
contents: read
steps:
- uses: actions/checkout@v3
- uses: docker/setup-qemu-action@v2
- uses: docker/setup-buildx-action@v2

- name: Generate Image Tag
Expand Down Expand Up @@ -54,7 +55,7 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=registry,ref=${{ fromJSON(steps.meta.outputs.json).tags[0] }}-buildcache
cache-to: type=registry,ref=${{ fromJSON(steps.meta.outputs.json).tags[0] }}-buildcache,mode=max
platforms: linux/amd64
platforms: linux/amd64,linux/arm64
build-args: |
GITHUB_SHA=${{ github.sha }}
GITHUB_RUN_ID=${{ github.run_id }}
Expand Down

0 comments on commit 53119f7

Please sign in to comment.