Compare commits
2 Commits
65318147c7
...
83e3907708
| Author | SHA1 | Date | |
|---|---|---|---|
| 83e3907708 | |||
| 630f321651 |
@@ -1,10 +1,12 @@
|
||||
local dirs = ['_CI-CD', 'apps'];
|
||||
#local dirs = ['_CI-CD', 'apps'];
|
||||
local dirs = ['apps'];
|
||||
|
||||
local packages = ['debian-stable', 'debian-stable-build-essential', 'debian-stable-openwrt', 'debian-golang', 'debian-stable-php-fpm', 'distcc', 'debian-testing'];
|
||||
#local packages = ['debian-testing'];
|
||||
local packages = ['debian-stable', 'debian-stable-build-essential', 'debian-stable-openwrt',
|
||||
'debian-golang', 'debian-stable-php-fpm', 'debian-testing'];
|
||||
#local packages = ['debian-stable-openwrt'];
|
||||
|
||||
local apps = ['rompr', 'apt-cacher-ng', 'curl', 'mosquitto', 'mosquitto-prometheus-exporter'];
|
||||
local apps = ['rompr'];
|
||||
#local apps = ['rompr'];
|
||||
|
||||
local build(dir, package) = {
|
||||
name: '%(package)s' % { package: package },
|
||||
@@ -46,19 +48,19 @@ local build(dir, package) = {
|
||||
# ]
|
||||
],
|
||||
},
|
||||
{
|
||||
kind: 'pipeline',
|
||||
type: 'docker',
|
||||
name: '_CI-CD',
|
||||
platform: {
|
||||
os: 'linux',
|
||||
arch: 'arm64',
|
||||
},
|
||||
steps: [
|
||||
build('_CI-CD', pkg)
|
||||
for pkg in packages
|
||||
],
|
||||
},
|
||||
#{
|
||||
# kind: 'pipeline',
|
||||
# type: 'docker',
|
||||
# name: '_CI-CD',
|
||||
# platform: {
|
||||
# os: 'linux',
|
||||
# arch: 'arm64',
|
||||
# },
|
||||
# steps: [
|
||||
# build('_CI-CD', pkg)
|
||||
# for pkg in packages
|
||||
# ],
|
||||
# },
|
||||
{
|
||||
kind: 'pipeline',
|
||||
type: 'docker',
|
||||
|
||||
Reference in New Issue
Block a user