Skip to content

Commit

Permalink
support both amd64 & arm64 platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
stynoo committed Oct 20, 2024
1 parent c297469 commit 97d82f3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ jobs:
filename: '.VERSION'
placeholder: '${VERSION}'

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

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Log in to the Container registry
uses: docker/login-action@v3
with:
Expand All @@ -54,5 +60,6 @@ jobs:
with:
context: .
push: true
platforms: linux/amd64,linux/arm64
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 97d82f3

Please sign in to comment.