mirror of
https://github.com/pumpbin/pumpbin
synced 2026-03-14 23:04:30 -07:00
ci: add aarch64-pc-windows-msvc
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
[target.x86_64-pc-windows-msvc]
|
||||
rustflags = ["-C", "target-feature=+crt-static"]
|
||||
|
||||
[target.aarch64-pc-windows-msvc]
|
||||
rustflags = ["-C", "target-feature=+crt-static"]
|
||||
|
||||
[target.aarch64-unknown-linux-gnu]
|
||||
linker = "aarch64-linux-gnu-gcc"
|
||||
|
||||
12
.github/workflows/release.yml
vendored
12
.github/workflows/release.yml
vendored
@@ -18,14 +18,20 @@ jobs:
|
||||
with:
|
||||
toolchain:
|
||||
stable-x86_64-pc-windows-msvc
|
||||
- run: cargo b -r
|
||||
- run: mv target/release/pumpbin.exe PumpBin-x86_64-pc-windows-msvc.exe
|
||||
- run: mv target/release/maker.exe PumpBin-Maker-x86_64-pc-windows-msvc.exe
|
||||
targets: x86_64-pc-windows-msvc, aarch64-pc-windows-msvc
|
||||
- run: cargo build --release --target=x86_64-pc-windows-msvc
|
||||
- run: cargo build --release --target=aarch64-pc-windows-msvc
|
||||
- run: mv target/x86_64-pc-windows-msvc/release/pumpbin.exe PumpBin-x86_64-pc-windows-msvc.exe
|
||||
- run: mv target/x86_64-pc-windows-msvc/release/maker.exe PumpBin-Maker-x86_64-pc-windows-msvc.exe
|
||||
- run: mv target/aarch64-pc-windows-msvc/release/pumpbin.exe PumpBin-aarch64-pc-windows-msvc.exe
|
||||
- run: mv target/aarch64-pc-windows-msvc/release/maker.exe PumpBin-Maker-aarch64-pc-windows-msvc.exe
|
||||
- uses: softprops/action-gh-release@v2
|
||||
with:
|
||||
files: |
|
||||
PumpBin-x86_64-pc-windows-msvc.exe
|
||||
PumpBin-Maker-x86_64-pc-windows-msvc.exe
|
||||
PumpBin-aarch64-pc-windows-msvc.exe
|
||||
PumpBin-Maker-aarch64-pc-windows-msvc.exe
|
||||
|
||||
build-macos:
|
||||
name: build-macos
|
||||
|
||||
Reference in New Issue
Block a user