Skip to content

Commit

Permalink
Update build
Browse files Browse the repository at this point in the history
Co-Authored-By: Liza Tsibur <[email protected]>
  • Loading branch information
caffeinatedpixel and lisaSW committed Jun 28, 2024
1 parent 259a755 commit f755531
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
type=ref,event=branch
type=ref,event=pr
type=semver,pattern={{raw}}
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'main') }}
type=sha
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down
8 changes: 4 additions & 4 deletions installer/generate_installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@ fi



# TODO remove when repo is public
./build_image.sh
cp "./rita-$VERSION-image.tar" "$ANSIBLE_FILES" # was $INSTALL_OPT
rm "./rita-$VERSION-image.tar"

# ./build_image.sh
# cp "./rita-$VERSION-image.tar" "$ANSIBLE_FILES" # was $INSTALL_OPT
# rm "./rita-$VERSION-image.tar"

# create tar
# TODO the inner folder is named stage, should be rita-$VERSION
Expand Down

0 comments on commit f755531

Please sign in to comment.