Skip to content

Commit d7c4206

Browse files
committed
WIP: github: Don't try to do load: true for multiplatform images
1 parent 34c239b commit d7c4206

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/docker.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,6 @@ jobs:
9696
platforms: linux/amd64,linux/arm64
9797
push: ${{inputs.push}}
9898
file: ./Dockerfile.toolchain
99-
load: ${{!inputs.push}}
10099
tags: |
101100
mstorsjo/llvm-mingw:latest
102101
mstorsjo/llvm-mingw:${{needs.prepare.outputs.TAG}}
103-
- name: Inspect Docker images
104-
run: |
105-
docker images

0 commit comments

Comments
 (0)