File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 8282 steps :
8383 - uses : actions/checkout@v2
8484 # yes, we install the aarch64 compiler everywhere. why make things harder than they need to be?
85- - run : podman run -it --rm -v $(pwd):/src -w /src -e ARCH=aarch64 docker.io/library/debian:oldstable sh -c 'apt update && apt install -y curl gcc-aarch64-linux-gnu build-essential && curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --target $ARCH-unknown-linux-gnu --profile minimal -y && ~/.cargo/bin/cargo build --release --target $ARCH-unknown-linux-gnu'
85+ - run : podman run -it --rm -v $(pwd):/src -w /src -e ARCH=${{ matrix.arch }} docker.io/library/debian:oldstable sh -c 'apt update && apt install -y curl gcc-aarch64-linux-gnu build-essential && curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --target $ARCH-unknown-linux-gnu --profile minimal -y && ~/.cargo/bin/cargo build --release --target $ARCH-unknown-linux-gnu'
8686 - name : Upload Release Asset
8787 id : upload-release-asset
8888 uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments