Skip to content

Commit

Permalink
Use docker buildx to release a multi-arch image
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Wall <[email protected]>
  • Loading branch information
wallrj committed Apr 14, 2023
1 parent 778259c commit e137feb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0

- uses: docker/setup-buildx-action@v2

-
name: Log in to GitHub Container Registry
uses: docker/login-action@v1
Expand All @@ -20,7 +23,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
-
name: Build Docker image
run: make docker-build
run: make docker-buildx
-
name: Push Docker image
run: make docker-push
Expand Down

0 comments on commit e137feb

Please sign in to comment.