File tree Expand file tree Collapse file tree 2 files changed +28
-6
lines changed
Expand file tree Collapse file tree 2 files changed +28
-6
lines changed Original file line number Diff line number Diff line change 55 - cron : " 40 0 * * *"
66
77jobs :
8- el8_64 :
8+ el9_64 :
99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Build
1212 uses : choria-io/actions/packager@main
1313 with :
14- build_package : el8_64
15- packager_tag : el8 -go1.24
14+ build_package : el9_64
15+ packager_tag : el9 -go1.24
1616 version : nightly
1717
18- el9_64 :
18+ el10_64 :
19+ runs-on : ubuntu-latest
20+ steps :
21+ - name : Build
22+ uses : choria-io/actions/packager@main
23+ with :
24+ build_package : el10_64
25+ packager_tag : el10-go1.24
26+ version : nightly
27+
28+ el9_aarch64 :
1929 runs-on : ubuntu-latest
2030 steps :
2131 - name : Build
2535 packager_tag : el9-go1.24
2636 version : nightly
2737
28- el10_64 :
38+ el10_aarch64 :
2939 runs-on : ubuntu-latest
3040 steps :
3141 - name : Build
@@ -102,9 +112,9 @@ jobs:
102112
103113 upload :
104114 needs :
105- - el8_64
106115 - el9_64
107116 - el10_64
117+ - el10_aarch64
108118 - linux_tarball
109119 - windows_zip
110120 - darwin_amd64_tarball
Original file line number Diff line number Diff line change @@ -162,6 +162,12 @@ foss:
162162 target_arch : ppc64le
163163 binary : ppc64le_linux
164164
165+ el9_aarch64 :
166+ template : el/el9
167+ dist : el9
168+ target_arch : aarch64
169+ binary : aarch64_linux
170+
165171 el10_64 :
166172 template : el/el10
167173 dist : el10
@@ -174,6 +180,12 @@ foss:
174180 target_arch : ppc64le
175181 binary : ppc64le_linux
176182
183+ el10_aarch64 :
184+ template : el/el10
185+ dist : el10
186+ target_arch : aarch64
187+ binary : aarch64_linux
188+
177189 bionic_64 :
178190 template : debian/generic
179191 target_arch : x86_64-linux-gnu
You can’t perform that action at this time.
0 commit comments