Skip to content

Commit

Permalink
updated packer.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Jun 3, 2023
1 parent 8183226 commit e224548
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/packer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
- name: Validate Packer HCL
run: |
for file in ${{ inputs.files }}; do
# Tart is only for Apple Silicon chips and assumes to install an arm64 darwin plugin which fails
if [[ "$file" =~ \.tart\. ]]; then
# ignoring invalid remote binary packer-plugin-tart_v1.3.1_x5.0_darwin_arm64.zip: wrong system, expected linux_amd64
continue
Expand Down

0 comments on commit e224548

Please sign in to comment.