File tree Expand file tree Collapse file tree 1 file changed +13
-12
lines changed
Expand file tree Collapse file tree 1 file changed +13
-12
lines changed Original file line number Diff line number Diff line change 3131 - name : Build
3232 uses : choria-io/actions/packager@main
3333 with :
34- build_package : el9_64
34+ build_package : el9_aarch64
3535 packager_tag : el9-go1.24
3636 version : nightly
3737
4141 - name : Build
4242 uses : choria-io/actions/packager@main
4343 with :
44- build_package : el10_64
44+ build_package : el9_aarch64
4545 packager_tag : el10-go1.24
4646 version : nightly
4747
@@ -85,15 +85,15 @@ jobs:
8585 packager_tag : el8-go1.24
8686 version : nightly
8787
88- windows_zip :
89- runs-on : ubuntu-latest
90- steps :
91- - name : Build
92- uses : choria-io/actions/packager@main
93- with :
94- build_package : windows_64_zip
95- packager_tag : el8-go1.24
96- version : nightly
88+ # windows_zip:
89+ # runs-on: ubuntu-latest
90+ # steps:
91+ # - name: Build
92+ # uses: choria-io/actions/packager@main
93+ # with:
94+ # build_package: windows_64_zip
95+ # packager_tag: el8-go1.24
96+ # version: nightly
9797
9898 docker :
9999 needs :
@@ -113,10 +113,11 @@ jobs:
113113 upload :
114114 needs :
115115 - el9_64
116+ - el9_aarch64
116117 - el10_64
117118 - el10_aarch64
118119 - linux_tarball
119- - windows_zip
120+ # - windows_zip
120121 - darwin_amd64_tarball
121122 - darwin_arm64_tarball
122123 - trixie_64
You can’t perform that action at this time.
0 commit comments