Skip to content

Commit

Permalink
add packer-plugin-amazon package
Browse files Browse the repository at this point in the history
Signed-off-by: kranurag7 <81210977+kranurag7@users.noreply.github.com>
  • Loading branch information
kranurag7 authored and xnox committed Sep 20, 2024
1 parent 0cc3a54 commit 64e9223
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions packer-plugin-amazon.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
package:
name: packer-plugin-amazon
version: 1.3.2
epoch: 0
copyright:
- license: MPL-2.0

pipeline:
- uses: git-checkout
with:
repository: https://github.com/hashicorp/packer-plugin-amazon
tag: v${{package.version}}
expected-commit: 28aaa72ba200fffc90b9e64d8a89708926328ce8

- uses: go/bump
with:
deps: github.com/go-jose/go-jose/v3@v3.0.3 github.com/hashicorp/go-retryablehttp@v0.7.7 golang.org/x/crypto@v0.17.0 golang.org/x/net@v0.23.0 google.golang.org/protobuf@v1.33.0 github.com/hashicorp/packer-plugin-sdk@v0.5.4
replaces: github.com/go-jose/go-jose/v3=github.com/go-jose/go-jose/v3@v3.0.3 gopkg.in/square/go-jose.v2=github.com/go-jose/go-jose/v3@v3.0.3

- uses: go/build
with:
packages: .
output: packer-plugin-amazon

update:
enabled: true
github:
identifier: hashicorp/packer-plugin-amazon
strip-prefix: v

0 comments on commit 64e9223

Please sign in to comment.