Update .gitea/workflows/ci.yml
This commit is contained in:
parent
e5391a525f
commit
aae70c0d8c
1 changed files with 6 additions and 0 deletions
|
|
@ -24,6 +24,12 @@ jobs:
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cargo build
|
run: cargo build
|
||||||
|
|
||||||
|
- name: Upload
|
||||||
|
uses: actions/upload-artifact@v4
|
||||||
|
with:
|
||||||
|
name: servus-amd64
|
||||||
|
path: target/servus
|
||||||
|
|
||||||
test-arm64:
|
test-arm64:
|
||||||
runs-on: [rust-latest, arm64-builder]
|
runs-on: [rust-latest, arm64-builder]
|
||||||
steps:
|
steps:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue