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 a94dec2 commit 2cc1f16Copy full SHA for 2cc1f16
.github/workflows/image-build.yml
@@ -22,6 +22,8 @@ jobs:
22
steps:
23
- name: Checkout
24
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
25
+ - name: Set up QEMU for cross-platform builds
26
+ uses: docker/setup-qemu-action@4574d27a4764455b42196d70a065bc6853246a25 # v3
27
- name: Set up Docker Buildx
28
uses: docker/setup-buildx-action@f7ce87c1d6bead3e36075b2ce75da1f6cc28aaca # v3
29
- name: Download artifact
@@ -51,7 +53,7 @@ jobs:
51
53
file: ./Dockerfile
52
54
platforms: linux/amd64,linux/arm64
55
push: false # Only attempt to build, to verify the Dockerfile is working
- load: true
56
+# load: true
57
cache-from: type=gha
58
cache-to: type=gha,mode=max
59
build-args: |
0 commit comments