-
Notifications
You must be signed in to change notification settings - Fork 324
73 lines (63 loc) · 1.98 KB
/
build-package-amd.yaml
File metadata and controls
73 lines (63 loc) · 1.98 KB
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
name: Build base packages
on:
workflow_dispatch:
push:
paths:
- 'offline/*.sh'
- 'example/variables.yaml'
jobs:
amd64-base:
uses: ./.github/workflows/amd64-base.yaml
secrets:
OSS_TOKEN: ${{ secrets.OSS_TOKEN }}
OSS_USERNAME: ${{ secrets.OSS_USERNAME }}
amd64-images:
uses: ./.github/workflows/amd64-images.yaml
secrets:
OSS_TOKEN: ${{ secrets.OSS_TOKEN }}
OSS_USERNAME: ${{ secrets.OSS_USERNAME }}
amd64-centos7:
uses: ./.github/workflows/amd64-centos7.yaml
secrets:
OSS_TOKEN: ${{ secrets.OSS_TOKEN }}
OSS_USERNAME: ${{ secrets.OSS_USERNAME }}
amd64-centos8:
uses: ./.github/workflows/amd64-centos8.yaml
secrets:
OSS_TOKEN: ${{ secrets.OSS_TOKEN }}
OSS_USERNAME: ${{ secrets.OSS_USERNAME }}
amd64-anolis8:
uses: ./.github/workflows/amd64-anolis8.yaml
secrets:
OSS_TOKEN: ${{ secrets.OSS_TOKEN }}
OSS_USERNAME: ${{ secrets.OSS_USERNAME }}
amd64-ubuntu2204:
uses: ./.github/workflows/amd64-ubuntu22.04.yaml
secrets:
OSS_TOKEN: ${{ secrets.OSS_TOKEN }}
OSS_USERNAME: ${{ secrets.OSS_USERNAME }}
amd64-kylin10:
uses: ./.github/workflows/amd64-kylin10.yaml
secrets:
OSS_TOKEN: ${{ secrets.OSS_TOKEN }}
OSS_USERNAME: ${{ secrets.OSS_USERNAME }}
amd64-openeuler2403:
uses: ./.github/workflows/amd64-openeuler24.03.yaml
secrets:
OSS_TOKEN: ${{ secrets.OSS_TOKEN }}
OSS_USERNAME: ${{ secrets.OSS_USERNAME }}
amd64-almalinux8:
uses: ./.github/workflows/amd64-almalinux8.yaml
secrets:
OSS_TOKEN: ${{ secrets.OSS_TOKEN }}
OSS_USERNAME: ${{ secrets.OSS_USERNAME }}
amd64-almalinux9:
uses: ./.github/workflows/amd64-almalinux9.yaml
secrets:
OSS_TOKEN: ${{ secrets.OSS_TOKEN }}
OSS_USERNAME: ${{ secrets.OSS_USERNAME }}
amd64-uos1070e:
uses: ./.github/workflows/amd64-uos1070e.yaml
secrets:
OSS_TOKEN: ${{ secrets.OSS_TOKEN }}
OSS_USERNAME: ${{ secrets.OSS_USERNAME }}