Skip to content

Commit 8266506

Browse files
committed
chore: add multi-platform support (linux/amd64, linux/arm64)
1 parent 4b17028 commit 8266506

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish-docker.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,13 @@ jobs:
4343
with:
4444
context: .
4545
push: true
46+
platforms: linux/amd64,linux/arm64
4647
tags: ${{ secrets.DOCKERHUB_USERNAME }}/qemu-local:${{ steps.version_tag.outputs.version }}
4748
-
4849
name: Build and push latest tag
4950
uses: docker/build-push-action@v6
5051
with:
5152
context: .
5253
push: true
54+
platforms: linux/amd64,linux/arm64
5355
tags: ${{ secrets.DOCKERHUB_USERNAME }}/qemu-local:latest

0 commit comments

Comments
 (0)