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',
|
kind: 'pipeline',
|
||||||
type: 'docker',
|
type: 'docker',
|
||||||
name: '%(dir)s-%(package)s' % { dir: dir, package: package },
|
name: '%(dir)s-%(package)s' % { dir: dir, package: package },
|
||||||
platform: [
|
platform: {
|
||||||
{
|
|
||||||
os: 'linux',
|
os: 'linux',
|
||||||
arch: 'arm64'
|
arch: 'arm64'
|
||||||
}
|
},
|
||||||
],
|
|
||||||
steps: [ {
|
steps: [ {
|
||||||
name: '%(package)s' % { package: package },
|
name: '%(package)s' % { package: package },
|
||||||
image: 'plugin/docker',
|
image: 'plugin/docker',
|
||||||
|
|||||||
Reference in New Issue
Block a user