File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Copyright (c) HashiCorp, Inc.
2
+ # SPDX-License-Identifier: BUSL-1.1
3
+
4
+ schema = 1
5
+ artifacts {
6
+ zip = [
7
+ " vault-secrets-operator_${ version } _linux_amd64.zip" ,
8
+ " vault-secrets-operator_${ version } _linux_arm64.zip" ,
9
+ ]
10
+ container = [
11
+ " vault-secrets-operator_release-default_linux_amd64_${ version } _${ commit_sha } .docker.tar" ,
12
+ " vault-secrets-operator_release-default_linux_arm64_${ version } _${ commit_sha } .docker.tar" ,
13
+ " vault-secrets-operator_release-ubi-redhat_linux_amd64_${ version } _${ commit_sha } .docker.redhat.tar" ,
14
+ " vault-secrets-operator_release-ubi_linux_amd64_${ version } _${ commit_sha } .docker.tar" ,
15
+ " vault-secrets-operator_release-ubi_linux_arm64_${ version } _${ commit_sha } .docker.tar" ,
16
+ ]
17
+ }
You can’t perform that action at this time.
0 commit comments