We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97416b7 commit 1c2b263Copy full SHA for 1c2b263
.github/workflows/container.yaml
@@ -64,6 +64,9 @@ jobs:
64
org.opencontainers.image.title=Void Linux mklive container
65
org.opencontainers.image.description=Image for building mklive images
66
67
+ - name: Set up QEMU
68
+ uses: docker/setup-qemu-action@v2
69
+
70
- name: Set up Docker Buildx
71
uses: docker/setup-buildx-action@v2
72
container/docker-bake.hcl
@@ -16,5 +16,5 @@ target "_common" {
16
17
target "void-mklive" {
18
inherits = ["_common"]
19
- platforms = ["linux/amd64"]
+ platforms = ["linux/amd64", "linux/arm64"]
20
}
0 commit comments