mirror of
https://github.com/pesde-pkg/pesde.git
synced 2025-04-05 03:10:57 +01:00
ci: add linux aarch64 builds
This commit is contained in:
parent
57afa4c593
commit
549374d34c
2 changed files with 10 additions and 0 deletions
5
.github/workflows/debug.yml
vendored
5
.github/workflows/debug.yml
vendored
|
@ -40,6 +40,11 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
artifact-name: pesde-debug-${{ needs.get-version.outputs.version }}-linux-x86_64
|
||||
|
||||
- job-name: linux-aaarch64
|
||||
target: aarch64-unknown-linux-gnu
|
||||
runs-on: ubuntu-24.04-arm
|
||||
artifact-name: pesde-debug-${{ needs.get-version.outputs.version }}-linux-aarch64
|
||||
|
||||
- job-name: macos-x86_64
|
||||
target: x86_64-apple-darwin
|
||||
runs-on: macos-13
|
||||
|
|
5
.github/workflows/release.yaml
vendored
5
.github/workflows/release.yaml
vendored
|
@ -51,6 +51,11 @@ jobs:
|
|||
arch: x86_64
|
||||
target: x86_64-unknown-linux-gnu
|
||||
|
||||
- os: ubuntu-24.04-arm
|
||||
host: linux
|
||||
arch: aarch64
|
||||
target: aarch64-unknown-linux-gnu
|
||||
|
||||
- os: windows-latest
|
||||
host: windows
|
||||
arch: x86_64
|
||||
|
|
Loading…
Add table
Reference in a new issue