Skip to content

Commit

Permalink
do full build
Browse files Browse the repository at this point in the history
  • Loading branch information
SaicharanKandukuri authored Jun 5, 2022
1 parent 5b9d42d commit fb605f0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:
git submodule update
- name: Build tarballs
run: |
sudo bash build.sh -s kinetic -v raw -a amd64
sudo bash build.sh -s impish -v raw -a all
sudo bash build.sh -s jammy -v raw -a all
sudo bash build.sh -s kinetic -v raw -a all
- name: upload artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit fb605f0

Please sign in to comment.