Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vejmarie authored Dec 3, 2024
1 parent b534e31 commit e4ba6ac
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,10 @@ jobs:
- name: Building ARM64 image
run: |
/bin/bash -c './build.sh -a aarch64 -q'
cp qemu/qemu-5.0.0/aarch64-linux-user/qemu-aarch64 ./qemu-aarch64
- name: 'Upload Artifact'
uses: actions/upload-artifact@v4
with:
name: my-artifact
path: ./qemu-aarch64
retention-days: 1

0 comments on commit e4ba6ac

Please sign in to comment.