File tree 2 files changed +10
-3
lines changed
test/dockerfiles/libc-bin
2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -148,6 +148,9 @@ jobs:
148
148
platform :
149
149
- linux/arm/v7
150
150
include :
151
+ - target : mainline
152
+ dockerfile : libc-bin
153
+ platform : linux/arm64
151
154
- target : desktop
152
155
dockerfile : tini
153
156
platform : linux/arm64
@@ -167,9 +170,6 @@ jobs:
167
170
-
168
171
name : Checkout
169
172
uses : actions/checkout@v4
170
- -
171
- name : Set up Docker Buildx
172
- uses : docker/setup-buildx-action@v3
173
173
-
174
174
name : Load for testing
175
175
uses : docker/bake-action@v5
@@ -184,6 +184,9 @@ jobs:
184
184
run : |
185
185
docker run --privileged --rm tonistiigi/binfmt --uninstall qemu-*
186
186
docker run --rm --privileged tonistiigi/binfmt:test --install all
187
+ -
188
+ name : Set up Docker Buildx
189
+ uses : docker/setup-buildx-action@v3
187
190
-
188
191
name : Test
189
192
working-directory : test/dockerfiles/${{ matrix.dockerfile }}
Original file line number Diff line number Diff line change
1
+
2
+ # https://github.com/moby/buildkit/issues/5783
3
+ FROM debian:bullseye-slim
4
+ RUN apt-get update && apt-get install -y curl
You can’t perform that action at this time.
0 commit comments