Skip to content

Commit 1c2b263

Browse files
committed
container/docker-bake: also build on linux/arm64
1 parent 97416b7 commit 1c2b263

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/container.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ jobs:
6464
org.opencontainers.image.title=Void Linux mklive container
6565
org.opencontainers.image.description=Image for building mklive images
6666
67+
- name: Set up QEMU
68+
uses: docker/setup-qemu-action@v2
69+
6770
- name: Set up Docker Buildx
6871
uses: docker/setup-buildx-action@v2
6972

container/docker-bake.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ target "_common" {
1616

1717
target "void-mklive" {
1818
inherits = ["_common"]
19-
platforms = ["linux/amd64"]
19+
platforms = ["linux/amd64", "linux/arm64"]
2020
}

0 commit comments

Comments
 (0)