File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed
Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change 2525 - os : ubuntu-latest
2626 target : x86_64-unknown-linux-gnu
2727 code-target : linux-x64
28- - os : ubuntu-latest
29- target : x86_64-unknown-linux-musl
30- code-target : linux-x64
31- - os : ubuntu-latest
32- target : i686-unknown-linux-musl
33- code-target : linux-x64
3428 - os : ubuntu-latest
3529 target : aarch64-unknown-linux-gnu
3630 code-target : linux-arm64
37- - os : ubuntu-latest
38- target : aarch64-unknown-linux-musl
39- code-target : linux-arm64
40- - os : ubuntu-latest
41- target : arm-unknown-linux-gnueabihf
42- code-target : linux-armhf
4331 - os : macos-latest
4432 target : x86_64-apple-darwin
4533 code-target : darwin-x64
5644 - name : Install GCC arm64 (linux)
5745 if : startsWith(matrix.target, 'aarch64-unknown-linux')
5846 run : sudo apt-get update && sudo apt-get install gcc-aarch64-linux-gnu
59- - name : Install GCC armhf (linux)
60- if : matrix.target == 'arm-unknown-linux-gnueabihf'
61- run : sudo apt-get update && sudo apt-get install gcc-arm-linux-gnueabihf
62- - name : Install i686 glibc (linux)
63- if : matrix.target == 'i686-unknown-linux-musl'
64- run : sudo apt-get install gcc-multilib g++-multilib libc6-dev-i386
6547 - run : cargo build --target ${{ matrix.target }} --release
6648 - name : Archive
6749 shell : bash
You can’t perform that action at this time.
0 commit comments