Skip to content

Commit

Permalink
🤖 Install luet in the ARM release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mudler committed Aug 31, 2022
1 parent 486ccae commit dd20092
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-arm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
- name: Upload Image
if: startsWith(github.ref, 'refs/tags/')
run: |
curl https://luet.io/install.sh | sudo sh
sudo tar cvf build.tar build
sudo luet util pack quay.io/c3os/core-${{ matrix.flavor }}:$VERSION.img build.tar image.tar
sudo -E docker load -i image.tar
Expand Down

0 comments on commit dd20092

Please sign in to comment.