Use .Env in werf.yaml
This commit is contained in:
parent
671b408b11
commit
0c0265e31d
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ configVersion: 1
|
|||
build:
|
||||
platform:
|
||||
- linux/amd64
|
||||
{{- if eq .Values.werf.env "release" }}
|
||||
{{- if eq .Env "release" }}
|
||||
- linux/arm64
|
||||
- linux/arm/v7
|
||||
- linux/arm/v8
|
||||
|
|
Loading…
Add table
Reference in a new issue