Skip to content

Commit

Permalink
install plugin to home dir
Browse files Browse the repository at this point in the history
  • Loading branch information
CoryManson committed Jan 9, 2024
1 parent abbf8c1 commit 4c6f919
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,14 @@ jobs:
- name: Install packer-builder-arm
run: |
cd $HOME/.config/packer/plugins
git clone https://github.com/mkaczanowski/packer-builder-arm
cd packer-builder-arm
go mod download
go build -v .
echo "{PACKER_PLUGIN_PATH}={$PWD}" >> "$PACKER_PLUGIN_PATH"
- name: Build images
run: |
sudo packer build "$GITHUB_WORKSPACE/packer/"
# env:
# PACKER_PLUGIN_PATH: "$GITHUB_WORKSPACE/packer-builder-arm"

0 comments on commit 4c6f919

Please sign in to comment.