You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This allows one to specify:
```
env:
VAR: value
```
In the config. The VAR=value will then be set in the pod created
by k8s/OpenShift AND in any multi-arch builder remote sessions.
IOW the env var/value should be available anywhere a COSA command
will be run.
Since this solution is more generic we'll drop the use_osbuild
pipeline knob here too in favor of `env: COSA_USE_OSBUILD: true`.
0 commit comments