mirror of
https://github.com/veeso/termscp.git
synced 2026-06-08 14:18:41 +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
|
target: x86_64-unknown-linux-gnu
|
||||||
debian_suffix: amd64
|
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
|
- release_for: Windows-x86_64
|
||||||
os: windows-latest
|
os: windows-latest
|
||||||
platform: windows
|
platform: windows
|
||||||
target: x86_64-pc-windows-msvc
|
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 }}
|
runs-on: ${{ matrix.platform.os }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v6
|
||||||
|
|||||||
Reference in New Issue
Block a user