Skip to content

Commit

Permalink
packer requires specific file extension
Browse files Browse the repository at this point in the history
  • Loading branch information
fxi committed Dec 7, 2023
1 parent 507839a commit 5f35af2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
working-directory: ./packer
run: |
./update_config.sh
packer hcl2_upgrade -output-file=alpine.hcl alpine.json
packer validate alpine.hcl
packer init alpine.hcl
packer build -force alpine.hcl
packer hcl2_upgrade alpine.json
packer validate alpine.json.pkr.hcl
packer init alpine.json.pkr.hcl
packer build -force alpine.json.pkr.hcl

0 comments on commit 5f35af2

Please sign in to comment.