Skip to content

Commit

Permalink
Add artifacts manifest (automatically generated) (#459)
Browse files Browse the repository at this point in the history
* Add artifacts manifest (automatically generated)

* add copyright header

* Update artifact manifest license header

Match header from ci.hcl

---------

Co-authored-by: brian shore <beath-github@uma.litech.org>
  • Loading branch information
jeanneryan and shore authored Aug 5, 2024
1 parent 73aa875 commit 35d9583
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .release/terraform-cloud-operator-artifacts.hcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

schema = 1
artifacts {
zip = [
"hcp-terraform-operator_${version}_linux_amd64.zip",
"hcp-terraform-operator_${version}_linux_arm64.zip",
]
container = [
"hcp-terraform-operator_release-default_linux_amd64_${version}_${commit_sha}.docker.dev.tar",
"hcp-terraform-operator_release-default_linux_amd64_${version}_${commit_sha}.docker.tar",
"hcp-terraform-operator_release-default_linux_arm64_${version}_${commit_sha}.docker.dev.tar",
"hcp-terraform-operator_release-default_linux_arm64_${version}_${commit_sha}.docker.tar",
]
}

0 comments on commit 35d9583

Please sign in to comment.