Skip to content

Commit e137feb

Browse files
committed
Use docker buildx to release a multi-arch image
Signed-off-by: Richard Wall <[email protected]>
1 parent 778259c commit e137feb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111
uses: actions/checkout@v2
1212
with:
1313
fetch-depth: 0
14+
15+
- uses: docker/setup-buildx-action@v2
16+
1417
-
1518
name: Log in to GitHub Container Registry
1619
uses: docker/login-action@v1
@@ -20,7 +23,7 @@ jobs:
2023
password: ${{ secrets.GITHUB_TOKEN }}
2124
-
2225
name: Build Docker image
23-
run: make docker-build
26+
run: make docker-buildx
2427
-
2528
name: Push Docker image
2629
run: make docker-push

0 commit comments

Comments
 (0)