platform part
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:
@@ -4,9 +4,15 @@ local packages = ['debian-stable','debian-testing','debian-stable-build-essentia
|
||||
local build(dir, package) = {
|
||||
kind: 'pipeline',
|
||||
type: 'docker',
|
||||
name: 'build-%(dir)s-%(package)s' % { dir: dir, package: package },
|
||||
name: '%(dir)s-%(package)s' % { dir: dir, package: package },
|
||||
platform: [
|
||||
{
|
||||
os: 'linux',
|
||||
arch: 'arm64'
|
||||
}
|
||||
]
|
||||
steps: [ {
|
||||
name: 'build-%(package)s' % { package: package },
|
||||
name: '%(package)s' % { package: package },
|
||||
image: 'plugin/docker',
|
||||
settings: {
|
||||
dockerfile: '%(dir)s/%(package)s/Dockerfile' % { dir: dir, package: package },
|
||||
@@ -21,4 +27,4 @@ local build(dir, package) = {
|
||||
[
|
||||
#build('_CI-CD',pkg) for pkg in packages;
|
||||
build('_CI-CD','debian-stable'),
|
||||
]
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user