mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
gha/arm64: Setup qemu
Make it possible to build non-native images like the other test-integration workflows Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
This commit is contained in:
6
.github/workflows/arm64.yml
vendored
6
.github/workflows/arm64.yml
vendored
@@ -112,6 +112,9 @@ jobs:
|
||||
version: ${{ env.SETUP_BUILDX_VERSION }}
|
||||
driver-opts: image=${{ env.SETUP_BUILDKIT_IMAGE }}
|
||||
buildkitd-flags: --debug
|
||||
-
|
||||
name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v3
|
||||
-
|
||||
name: Build dev image
|
||||
uses: docker/bake-action@v6
|
||||
@@ -202,6 +205,9 @@ jobs:
|
||||
version: ${{ env.SETUP_BUILDX_VERSION }}
|
||||
driver-opts: image=${{ env.SETUP_BUILDKIT_IMAGE }}
|
||||
buildkitd-flags: --debug
|
||||
-
|
||||
name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v3
|
||||
-
|
||||
name: Build dev image
|
||||
uses: docker/bake-action@v6
|
||||
|
||||
Reference in New Issue
Block a user