(prob doesnt work) build aarch64 deb
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
fedbe0dc66
commit
4cebb282ab
|
@ -130,4 +130,15 @@ jobs:
|
|||
with:
|
||||
name: deb-x86_64-unknown-linux-gnu
|
||||
path: target/debian/*.deb
|
||||
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…
Reference in New Issue