osbuild-worker: allow adding key to aws.ec2 executor
This is useful during testing to set up the executor machine.
This commit is contained in:
parent
c480d79e95
commit
040eec4089
5 changed files with 15 additions and 6 deletions
|
|
@ -476,6 +476,7 @@ func main() {
|
|||
OSBuildExecutor: ExecutorConfiguration{
|
||||
Type: config.OSBuildExecutor.Type,
|
||||
IAMProfile: config.OSBuildExecutor.IAMProfile,
|
||||
KeyName: config.OSBuildExecutor.KeyName,
|
||||
},
|
||||
KojiServers: kojiServers,
|
||||
GCPConfig: gcpConfig,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue