Skip to content

Commit

Permalink
Merge branch 'main' of github.com:activecm/rita
Browse files Browse the repository at this point in the history
  • Loading branch information
lisaSW committed Jun 28, 2024
2 parents 619c773 + ed707f1 commit 7e432d2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ jobs:
type=schedule
type=ref,event=branch
type=ref,event=pr
type=ref,event=tag
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 All @@ -52,7 +54,7 @@ jobs:
context: .
platforms: linux/amd64,linux/arm64
# TODO: comment this back in
# push: ${{ github.event_name != 'pull_request' }}
push: true
push: ${{ github.event_name != 'pull_request' }}
# push: true
tags: ${{ steps.meta.outputs.tags }}

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 7e432d2

Please sign in to comment.