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 4, 2024
1 parent e4ba6ac commit 7887b59
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,7 @@ jobs:
- name: Building AMD64 image
run: |
chmod 755 ./build.sh
# /bin/bash -c './build.sh -a x86_64'
/bin/bash -c './build.sh -a x86_64'
- 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 7887b59

Please sign in to comment.