diff --git a/.forgejo/workflows/release.yaml b/.forgejo/workflows/release.yaml index 733f66b..67360d9 100644 --- a/.forgejo/workflows/release.yaml +++ b/.forgejo/workflows/release.yaml @@ -24,13 +24,13 @@ jobs: - target: x86_64-pc-windows-gnu cross: true linker: x86_64-w64-mingw32-gcc + container: + image: rust:alpine + options: --platform linux/arm64 steps: - name: Checkout code uses: actions/checkout@v4 - - name: Setup Rust - uses: docker://rust:1.84.0-alpine - - name: Install build dependencies run: | apk update