Skip to content

Commit

Permalink
Install amazon packer plugin for CI (#1545)
Browse files Browse the repository at this point in the history
  • Loading branch information
cartermckinnon committed Dec 13, 2023
1 parent e65bc14 commit e9f135e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/ci/build/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ runs:
- id: build
shell: bash
run: |
packer plugins install github.com/hashicorp/amazon
AMI_NAME="amazon-eks-node-${{ inputs.k8s_version }}-${{ inputs.build_id }}"
make ${{ inputs.k8s_version }} ami_name=${AMI_NAME} ${{ inputs.additional_arguments }}
echo "ami_id=$(jq -r .builds[0].artifact_id "${AMI_NAME}-manifest.json" | cut -d ':' -f 2)" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit e9f135e

Please sign in to comment.