Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vejmarie authored Dec 4, 2024
1 parent 63bac02 commit 797626e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,12 @@ jobs:
- name: Building AMD64 image
run: |
chmod 755 ./build.sh
# /bin/bash -c './build.sh -a x86_64'
cp /bin/ls ./linux_x86_64.img.gz
/bin/bash -c './build.sh -a x86_64'
- name: Building ARM64 image
run: |
chmod 755 ./build.sh
# /bin/bash -c './build.sh -a aarch64 -q'
cp /bin/ls ./linux_aarch64.img.gz
/bin/bash -c './build.sh -a aarch64 -q'
- name: Create Draft Release
id: create_release
Expand Down

0 comments on commit 797626e

Please sign in to comment.