Skip to content

Commit e55dba1

Browse files
authored
ci: build all platforms
1 parent a4e4227 commit e55dba1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
uses: docker/setup-qemu-action@v1
2222
-
2323
name: Set up Docker Buildx
24+
id: buildx
2425
uses: docker/setup-buildx-action@v1
2526
-
2627
name: Login to DockerHub
@@ -44,5 +45,6 @@ jobs:
4445
context: .
4546
file: ./Dockerfile
4647
push: true
48+
platforms: ${{ steps.buildx.outputs.platforms }}
4749
tags: |
4850
${{ env.tag }}

0 commit comments

Comments
 (0)