Skip to content

Commit

Permalink
Merge pull request #55 from tracelabs/tom-refresh-april-2024
Browse files Browse the repository at this point in the history
added build for vmware and vbox
  • Loading branch information
humandecoded committed Apr 6, 2024
2 parents 37976e6 + 57fe30a commit a327cd1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/releases.yml
Expand Up @@ -24,7 +24,9 @@ jobs:
chmod +x scripts/*.sh
chmod +x *.sh
docker build -t tlvm-builder .
docker run --rm --interactive --net host --privileged --group-add $(stat -c '%g' /dev/kvm) --volume $(pwd):/recipes -v $(pwd)/images/:/images --workdir /recipes tlvm-builder ./build.sh
docker run --rm --interactive --net host --privileged --group-add $(stat -c '%g' /dev/kvm) --volume $(pwd):/recipes -v $(pwd)/images/:/images --workdir /recipes tlvm-builder ./build.sh -v virtualbox -f ova
docker run --rm --interactive --net host --privileged --group-add $(stat -c '%g' /dev/kvm) --volume $(pwd):/recipes -v $(pwd)/images/:/images --workdir /recipes tlvm-builder ./build.sh -v vmware -f vmware
- name: Release with Notes
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit a327cd1

Please sign in to comment.