diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3ebd930..9215097 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ permissions: jobs: docker-image: name: Publish Docker Image - runs-on: ubuntu-latest-xlarge + runs-on: warp-ubuntu-latest-x64-16x steps: - name: Checkout sources @@ -62,7 +62,7 @@ jobs: push: true build-args: | VERSION=${{ env.RELEASE_VERSION }} - platforms: linux/amd64,linux/arm64 + platforms: linux/arm64 tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} diff --git a/Dockerfile b/Dockerfile index 10b34d2..e5f8c69 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ FROM rust:1.82 as base ARG FEATURES -RUN cargo install sccache --version ^0.8 +RUN RUST_LOG=debug cargo install sccache --version ^0.9 -v RUN cargo install cargo-chef --version ^0.1 RUN apt-get update \