diff options
| author | MatthieuCoder <matthieu@matthieu-dev.xyz> | 2023-01-20 20:04:02 +0400 |
|---|---|---|
| committer | MatthieuCoder <matthieu@matthieu-dev.xyz> | 2023-01-20 20:04:02 +0400 |
| commit | 191f0cfb06d086c070bbcbb8499e0c1b656268a1 (patch) | |
| tree | 3a06fe592edafa20bef437462d4173293c796b12 | |
| parent | 4ceebab2db1b18d3715b29971e99bdad619cd22c (diff) | |
add docker buildx for cross
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dd65812..d461060 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -85,7 +85,7 @@ jobs: key: ${{ runner.os }}-cargo - name: Build all run: | - cargo install cross --force --git https://github.com/cross-rs/cross + cargo install cross --force export CROSS_CONTAINER_ENGINE_NO_BUILDKIT=1 ./.ci/build.sh - uses: actions/upload-artifact@v3 |
