platform part, not an array
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
@@ -5,12 +5,10 @@ local build(dir, package) = {
|
||||
kind: 'pipeline',
|
||||
type: 'docker',
|
||||
name: '%(dir)s-%(package)s' % { dir: dir, package: package },
|
||||
platform: [
|
||||
{
|
||||
platform: {
|
||||
os: 'linux',
|
||||
arch: 'arm64'
|
||||
}
|
||||
],
|
||||
},
|
||||
steps: [ {
|
||||
name: '%(package)s' % { package: package },
|
||||
image: 'plugin/docker',
|
||||
|
||||
Reference in New Issue
Block a user