feat: add baseos raw image builds
This commit is contained in:
@@ -104,7 +104,8 @@ export class CoreBuildServer {
|
||||
return {
|
||||
workerId: this.options.workerId,
|
||||
supportedBuildTypes: ['baseos-image'],
|
||||
supportedArchitectures: ['amd64', 'arm64'],
|
||||
supportedArchitectures: ['amd64', 'arm64', 'rpi'],
|
||||
supportedImageKinds: ['ubuntu-iso', 'balena-raw'],
|
||||
cpuCores: os.cpus().length,
|
||||
memoryGb: Math.round(os.totalmem() / 1024 / 1024 / 1024),
|
||||
workdir: this.options.workdir,
|
||||
|
||||
Reference in New Issue
Block a user