Skip to content

Commit

Permalink
Update BuildTestImages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EatPrilosec authored Aug 24, 2024
1 parent 4cf107b commit a93b627
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/BuildTestImages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
curl -fsSL https://apt.releases.hashicorp.com/gpg | sudo apt-key add -
sudo apt-add-repository "deb [arch=amd64] https://apt.releases.hashicorp.com $(lsb_release -cs) main"
sudo apt-get update && sudo apt-get install packer wget gettext
#packer plugins install github.com/solo-io/arm-image
packer plugins install github.com/solo-io/arm-image
#packer plugins install github.com/hashicorp/ansible
- name: Checkout
Expand All @@ -83,6 +83,7 @@ jobs:
echo starting build...
echo
packer init builder/pwnagotchi.json.pkr.hcl
mkdir build/stage
sudo make langs
sudo make bases
sudo make ${{ matrix.id }}
Expand Down

0 comments on commit a93b627

Please sign in to comment.