Skip to content

Commit 8305f41

Browse files
ci: fix multi-arch
1 parent e3b8826 commit 8305f41

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@master
13+
- name: Set up Docker Buildx
14+
uses: docker/setup-buildx-action@v2
1315
- name: Publish to Registry
1416
uses: elgohr/Publish-Docker-Github-Action@v5
1517
with:
@@ -18,4 +20,5 @@ jobs:
1820
password: ${{ secrets.GITHUB_TOKEN }}
1921
registry: ghcr.io
2022
tag_semver: true
23+
platforms: linux/amd64,linux/arm64
2124

0 commit comments

Comments
 (0)