Skip to content

Commit a364dda

Browse files
committed
build for amd64, arm64
1 parent 63d63df commit a364dda

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343

4444
- name: Login to Docker Hub
4545
uses: docker/login-action@v3
46+
if: startsWith(github.ref, 'refs/tags/v')
4647
with:
4748
username: ${{ secrets.SHARED_DOCKERHUB_USER }}
4849
password: ${{ secrets.SHARED_DOCKERHUB_TOKEN }}
@@ -54,4 +55,5 @@ jobs:
5455
push: ${{ startsWith(github.ref, 'refs/tags/v') }}
5556
tags: ${{ steps.meta.outputs.tags }}
5657
labels: ${{ steps.meta.outputs.labels }}
58+
platforms: linux/amd64,linux/arm64
5759

0 commit comments

Comments
 (0)