forked from canonical/lxd-ci
-
Notifications
You must be signed in to change notification settings - Fork 0
77 lines (74 loc) · 1.96 KB
/
images.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
name: Build all images
on:
workflow_dispatch:
# schedule:
# # Run at 00:00 UTC daily.
# - cron: '0 0 * * *'
push:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
# almalinux:
# uses: ./.github/workflows/image-almalinux.yml
# secrets: inherit
alpine:
uses: ./.github/workflows/image-alpine.yml
secrets: inherit
# alt:
# uses: ./.github/workflows/image-alt.yml
# secrets: inherit
# amazonlinux:
# uses: ./.github/workflows/image-amazonlinux.yml
# secrets: inherit
# archlinux:
# uses: ./.github/workflows/image-archlinux.yml
# secrets: inherit
# busybox:
# uses: ./.github/workflows/image-busybox.yml
# secrets: inherit
# centos:
# uses: ./.github/workflows/image-centos.yml
# secrets: inherit
debian:
uses: ./.github/workflows/image-debian.yml
secrets: inherit
# devuan:
# uses: ./.github/workflows/image-devuan.yml
# secrets: inherit
fedora:
uses: ./.github/workflows/image-fedora.yml
secrets: inherit
# funtoo:
# uses: ./.github/workflows/image-funtoo.yml
# secrets: inherit
# gentoo:
# uses: ./.github/workflows/image-gentoo.yml
# secrets: inherit
# kali:
# uses: ./.github/workflows/image-kali.yml
# secrets: inherit
# nixos:
# uses: ./.github/workflows/image-nixos.yml
# secrets: inherit
# openeuler:
# uses: ./.github/workflows/image-openeuler.yml
# secrets: inherit
opensuse:
uses: ./.github/workflows/image-opensuse.yml
secrets: inherit
# openwrt:
# uses: ./.github/workflows/image-openwrt.yml
# secrets: inherit
# oracle:
# uses: ./.github/workflows/image-oracle.yml
# secrets: inherit
# rockylinux:
# uses: ./.github/workflows/image-rockylinux.yml
# secrets: inherit
# ubuntu:
# uses: ./.github/workflows/image-ubuntu.yml
# secrets: inherit
# voidlinux:
# uses: ./.github/workflows/image-voidlinux.yml
# secrets: inherit