diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 86dd8f41..fba54f18 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,6 +23,7 @@ jobs: - release_for: Linux-arm64 build_on: ubuntu-latest target: "aarch64-unknown-linux-gnu" + # we skip mithril because of no support for cross compile args: "--locked --release --no-default-features" - release_for: Windows-x86_64 @@ -43,7 +44,8 @@ jobs: - release_for: Darwin-arm64 build_on: macOS-latest target: aarch64-apple-darwin - args: "--locked --release" + # we skip mithril because of no support for cross compile + args: "--locked --release --no-default-features" runs-on: ${{ matrix.build_on }}