File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 target : x86_64-unknown-linux-gnu
1818 artifact_name : scud
1919 asset_name : scud-linux-x64
20- - os : ubuntu-latest
21- target : aarch64-unknown-linux-gnu
22- artifact_name : scud
23- asset_name : scud-linux-arm64
2420 - os : macos-latest
2521 target : x86_64-apple-darwin
2622 artifact_name : scud
4440 target : ${{ matrix.target }}
4541 override : true
4642
47- - name : Install cross-compilation tools (Linux ARM64)
48- if : matrix.target == 'aarch64-unknown-linux-gnu'
49- run : |
50- sudo apt-get update
51- sudo apt-get install -y gcc-aarch64-linux-gnu
52-
5343 - name : Build
5444 working-directory : ./scud-cli
5545 run : cargo build --release --target ${{ matrix.target }}
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ function getPlatformInfo() {
2121 'darwin-x64' : 'scud-macos-x64' ,
2222 'darwin-arm64' : 'scud-macos-arm64' ,
2323 'linux-x64' : 'scud-linux-x64' ,
24- 'linux-arm64' : 'scud-linux-arm64' ,
2524 'win32-x64' : 'scud-windows-x64.exe' ,
2625 } ;
2726
You can’t perform that action at this time.
0 commit comments