mirror of
https://github.com/veeso/termscp.git
synced 2026-06-05 18:15:47 +02:00
ci: add linux and windows aarch64 build targets
This commit is contained in:
11
.github/workflows/build-artifacts.yml
vendored
11
.github/workflows/build-artifacts.yml
vendored
@@ -28,11 +28,22 @@ jobs:
|
||||
target: x86_64-unknown-linux-gnu
|
||||
debian_suffix: amd64
|
||||
|
||||
- release_for: Linux-aarch64
|
||||
os: ubuntu-24.04-arm
|
||||
platform: linux
|
||||
target: aarch64-unknown-linux-gnu
|
||||
debian_suffix: arm64
|
||||
|
||||
- release_for: Windows-x86_64
|
||||
os: windows-latest
|
||||
platform: windows
|
||||
target: x86_64-pc-windows-msvc
|
||||
|
||||
- release_for: Windows-aarch64
|
||||
os: windows-11-arm
|
||||
platform: windows
|
||||
target: aarch64-pc-windows-msvc
|
||||
|
||||
runs-on: ${{ matrix.platform.os }}
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
|
||||
Reference in New Issue
Block a user