Compare commits

..

No commits in common. "master" and "0.1.2" have entirely different histories.

2 changed files with 5 additions and 12 deletions

View File

@ -24,23 +24,17 @@ local Pipeline(os, release) = {
auto_tag: false,
force_tag: true,
daemon_off: false,
},
when: {
event: {
include: [
"tag",
"cron"
],
},
}
}
]
}
],
trigger: {
event: ['tag'],
}
};
[
Pipeline("debian", "bullseye"),
Pipeline("debian", "buster"),
Pipeline("ubuntu", "22.04"),
Pipeline("ubuntu", "20.04"),
Pipeline("ubuntu", "18.04"),
]

View File

@ -10,6 +10,5 @@ debian/ubuntu docker image with developer tools for .deb file building and packa
|--------|----------|
| Debian | bullseye |
| Debian | buster |
| Ubuntu | 22.04 |
| Ubuntu | 20.04 |
| Ubuntu | 18.04 |