Skip to content

Commit e281836

Browse files
authored
chore(build): Multi-arch build
1 parent 9543b3c commit e281836

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
username: ${{ github.actor }}
3030
password: ${{ secrets.GITHUB_TOKEN }}
3131

32+
- name: Set up Qemu
33+
uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7.0
34+
3235
- name: Set up Buildx
3336
id: setup-buildx
3437
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
@@ -47,7 +50,7 @@ jobs:
4750
with:
4851
context: .
4952
file: Containerfile
50-
platforms: linux/amd64
53+
platforms: linux/amd64,linux/arm64
5154
push: ${{ github.event_name != 'pull_request' }}
5255
tags: ${{ steps.meta.outputs.tags }}
5356
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)