Skip to content

Commit

Permalink
Enable multiplatform build
Browse files Browse the repository at this point in the history
  • Loading branch information
siberianlove committed May 27, 2024
1 parent e4e3447 commit 435536d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
# set latest tag for default branch
type=raw,value=latest,enable={{is_default_branch}}
- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
id: buildx
uses: docker/[email protected]
Expand Down Expand Up @@ -72,6 +75,7 @@ jobs:
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6

- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}

0 comments on commit 435536d

Please sign in to comment.