From f78fdb5f05272a29a3f700a4b2091fa635cff64b Mon Sep 17 00:00:00 2001 From: Vincent Jacques Date: Wed, 4 Dec 2024 10:20:36 +0100 Subject: [PATCH] Investigate --- .github/workflows/build-test-gha-branches.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-test-gha-branches.yml b/.github/workflows/build-test-gha-branches.yml index 8237c1c6..8e5877c5 100644 --- a/.github/workflows/build-test-gha-branches.yml +++ b/.github/workflows/build-test-gha-branches.yml @@ -179,6 +179,7 @@ jobs: - name: Install the wheel and run it (during a Docker build in Qemu) run: | + find . -type f docker buildx build --platform linux/arm64 --build-arg PYTHON_VERSION=${{ matrix.python_version }} --load . --file .github/workflows/linux-arm64/check.Dockerfile image=$(docker buildx build --platform linux/arm64 --build-arg PYTHON_VERSION=${{ matrix.python_version }} --load . --file .github/workflows/linux-arm64/check.Dockerfile --quiet) container=$(docker create --platform linux/arm64 $image)