diff --git a/.github/workflows/ci-crossdock.yml b/.github/workflows/ci-crossdock.yml index c5f2c01fbf4..c3a692b0321 100644 --- a/.github/workflows/ci-crossdock.yml +++ b/.github/workflows/ci-crossdock.yml @@ -48,11 +48,11 @@ jobs: - name: Build, test, and publish crossdock image run: bash scripts/build-crossdock.sh env: - DOCKER_BUILDKIT: 1 - DOCKER_DEFAULT_PLATFORM: linux/arm64 DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }} QUAY_TOKEN: ${{ secrets.QUAY_TOKEN }} + TARGETARCH: linux/arm64 - name: Output crossdock logs run: make crossdock-logs if: ${{ failure() }} +git \ No newline at end of file