Skip to content

Commit 6ea8f93

Browse files
authored
Merge pull request #244 from crazy-max/e2e-libc-bin
e2e: libc-bin
2 parents b900248 + 0269c40 commit 6ea8f93

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

.github/workflows/ci.yml

+6-3
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,9 @@ jobs:
148148
platform:
149149
- linux/arm/v7
150150
include:
151+
- target: mainline
152+
dockerfile: libc-bin
153+
platform: linux/arm64
151154
- target: desktop
152155
dockerfile: tini
153156
platform: linux/arm64
@@ -167,9 +170,6 @@ jobs:
167170
-
168171
name: Checkout
169172
uses: actions/checkout@v4
170-
-
171-
name: Set up Docker Buildx
172-
uses: docker/setup-buildx-action@v3
173173
-
174174
name: Load for testing
175175
uses: docker/bake-action@v5
@@ -184,6 +184,9 @@ jobs:
184184
run: |
185185
docker run --privileged --rm tonistiigi/binfmt --uninstall qemu-*
186186
docker run --rm --privileged tonistiigi/binfmt:test --install all
187+
-
188+
name: Set up Docker Buildx
189+
uses: docker/setup-buildx-action@v3
187190
-
188191
name: Test
189192
working-directory: test/dockerfiles/${{ matrix.dockerfile }}

test/dockerfiles/libc-bin/Dockerfile

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
2+
# https://github.com/moby/buildkit/issues/5783
3+
FROM debian:bullseye-slim
4+
RUN apt-get update && apt-get install -y curl

0 commit comments

Comments
 (0)