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]
|
[target.x86_64-pc-windows-msvc]
|
||||||
rustflags = ["-C", "target-feature=+crt-static"]
|
rustflags = ["-C", "target-feature=+crt-static"]
|
||||||
|
|
||||||
|
[target.aarch64-pc-windows-msvc]
|
||||||
|
rustflags = ["-C", "target-feature=+crt-static"]
|
||||||
|
|
||||||
[target.aarch64-unknown-linux-gnu]
|
[target.aarch64-unknown-linux-gnu]
|
||||||
linker = "aarch64-linux-gnu-gcc"
|
linker = "aarch64-linux-gnu-gcc"
|
||||||
|
|||||||
12
.github/workflows/release.yml
vendored
12
.github/workflows/release.yml
vendored
@@ -18,14 +18,20 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
toolchain:
|
toolchain:
|
||||||
stable-x86_64-pc-windows-msvc
|
stable-x86_64-pc-windows-msvc
|
||||||
- run: cargo b -r
|
targets: x86_64-pc-windows-msvc, aarch64-pc-windows-msvc
|
||||||
- run: mv target/release/pumpbin.exe PumpBin-x86_64-pc-windows-msvc.exe
|
- run: cargo build --release --target=x86_64-pc-windows-msvc
|
||||||
- run: mv target/release/maker.exe PumpBin-Maker-x86_64-pc-windows-msvc.exe
|
- 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
|
- uses: softprops/action-gh-release@v2
|
||||||
with:
|
with:
|
||||||
files: |
|
files: |
|
||||||
PumpBin-x86_64-pc-windows-msvc.exe
|
PumpBin-x86_64-pc-windows-msvc.exe
|
||||||
PumpBin-Maker-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:
|
build-macos:
|
||||||
name: build-macos
|
name: build-macos
|
||||||
|
|||||||
Reference in New Issue
Block a user