(prob doesnt work) build aarch64 deb
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
fedbe0dc66
commit
4cebb282ab
1 changed files with 11 additions and 0 deletions
11
.github/workflows/ci.yml
vendored
11
.github/workflows/ci.yml
vendored
|
@ -131,3 +131,14 @@ jobs:
|
||||||
name: deb-x86_64-unknown-linux-gnu
|
name: deb-x86_64-unknown-linux-gnu
|
||||||
path: target/debian/*.deb
|
path: target/debian/*.deb
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
|
- name: Build deb-aarch64-unknown-linux-gnu
|
||||||
|
run: |
|
||||||
|
cargo deb --target=aarch64-unknown-linux-gnu
|
||||||
|
|
||||||
|
- name: Upload artifact deb-aarch64-unknown-linux-gnu
|
||||||
|
uses: actions/upload-artifact@v4
|
||||||
|
with:
|
||||||
|
name: deb-aarch64-unknown-linux-gnu
|
||||||
|
path: target/debian/*.deb
|
||||||
|
if-no-files-found: error
|
Loading…
Add table
Add a link
Reference in a new issue