Skip to content

Commit ffe72bb

Browse files
committed
ci: Regenerate GitHub Actions workflow and TuxSuite files
Signed-off-by: Nathan Chancellor <[email protected]>
1 parent 95cfd65 commit ffe72bb

File tree

138 files changed

+1088
-1088
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

138 files changed

+1088
-1088
lines changed

.github/workflows/5.15-clang-11.yml

+12-12
Original file line numberDiff line numberDiff line change
@@ -827,19 +827,19 @@ jobs:
827827
path: boot-utils.json
828828
name: boot_utils_json_distribution_configs
829829
if-no-files-found: error
830-
_ed0ab2d50803fbfc6cb923dec4959ce2:
830+
_59779ca9ab1e4b80e350f02451c889ce:
831831
runs-on: ubuntu-latest
832832
needs:
833833
- kick_tuxsuite_distribution_configs
834834
- check_cache
835835
- check_patches
836-
name: ARCH=arm LLVM=1 LLVM_IAS=0 LLVM_VERSION=11 https://git.alpinelinux.org/aports/plain/community/linux-edge/config-edge.armv7
836+
name: ARCH=arm LLVM=1 LLVM_IAS=0 LLVM_VERSION=11 https://github.com/alpinelinux/aports/raw/refs/heads/master/community/linux-edge/config-edge.armv7
837837
if: ${{ needs.check_cache.outputs.status != 'pass' }}
838838
env:
839839
ARCH: arm
840840
LLVM_VERSION: 11
841841
BOOT: 1
842-
CONFIG: https://git.alpinelinux.org/aports/plain/community/linux-edge/config-edge.armv7
842+
CONFIG: https://github.com/alpinelinux/aports/raw/refs/heads/master/community/linux-edge/config-edge.armv7
843843
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
844844
container:
845845
image: ghcr.io/clangbuiltlinux/qemu
@@ -885,19 +885,19 @@ jobs:
885885
name: boot_utils_json_distribution_configs
886886
- name: Check Build and Boot Logs
887887
run: scripts/check-logs.py
888-
_a4ec51ed3a6595a2a183859111979db4:
888+
_8da3c46419dd564fb3ef6418449206eb:
889889
runs-on: ubuntu-latest
890890
needs:
891891
- kick_tuxsuite_distribution_configs
892892
- check_cache
893893
- check_patches
894-
name: ARCH=arm64 LLVM=1 LLVM_IAS=1 LLVM_VERSION=11 https://git.alpinelinux.org/aports/plain/community/linux-edge/config-edge.aarch64
894+
name: ARCH=arm64 LLVM=1 LLVM_IAS=1 LLVM_VERSION=11 https://github.com/alpinelinux/aports/raw/refs/heads/master/community/linux-edge/config-edge.aarch64
895895
if: ${{ needs.check_cache.outputs.status != 'pass' }}
896896
env:
897897
ARCH: arm64
898898
LLVM_VERSION: 11
899899
BOOT: 1
900-
CONFIG: https://git.alpinelinux.org/aports/plain/community/linux-edge/config-edge.aarch64
900+
CONFIG: https://github.com/alpinelinux/aports/raw/refs/heads/master/community/linux-edge/config-edge.aarch64
901901
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
902902
container:
903903
image: ghcr.io/clangbuiltlinux/qemu
@@ -1030,19 +1030,19 @@ jobs:
10301030
name: boot_utils_json_distribution_configs
10311031
- name: Check Build and Boot Logs
10321032
run: scripts/check-logs.py
1033-
_56346298d74420f54e010a2d76dc70d1:
1033+
_f4d8448bf9c0977c5121b156c8a94db7:
10341034
runs-on: ubuntu-latest
10351035
needs:
10361036
- kick_tuxsuite_distribution_configs
10371037
- check_cache
10381038
- check_patches
1039-
name: ARCH=riscv LLVM=1 LLVM_IAS=0 LLVM_VERSION=11 https://git.alpinelinux.org/aports/plain/community/linux-edge/config-edge.riscv64
1039+
name: ARCH=riscv LLVM=1 LLVM_IAS=0 LLVM_VERSION=11 https://github.com/alpinelinux/aports/raw/refs/heads/master/community/linux-edge/config-edge.riscv64
10401040
if: ${{ needs.check_cache.outputs.status != 'pass' }}
10411041
env:
10421042
ARCH: riscv
10431043
LLVM_VERSION: 11
10441044
BOOT: 1
1045-
CONFIG: https://git.alpinelinux.org/aports/plain/community/linux-edge/config-edge.riscv64
1045+
CONFIG: https://github.com/alpinelinux/aports/raw/refs/heads/master/community/linux-edge/config-edge.riscv64
10461046
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
10471047
container:
10481048
image: ghcr.io/clangbuiltlinux/qemu
@@ -1088,19 +1088,19 @@ jobs:
10881088
name: boot_utils_json_distribution_configs
10891089
- name: Check Build and Boot Logs
10901090
run: scripts/check-logs.py
1091-
_acc5128ffcbc8107ba480ce551919ee8:
1091+
_77bf8fa37e1fe358086656793255bfdc:
10921092
runs-on: ubuntu-latest
10931093
needs:
10941094
- kick_tuxsuite_distribution_configs
10951095
- check_cache
10961096
- check_patches
1097-
name: ARCH=x86_64 LLVM=1 LLVM_IAS=1 LLVM_VERSION=11 https://git.alpinelinux.org/aports/plain/community/linux-edge/config-edge.x86_64
1097+
name: ARCH=x86_64 LLVM=1 LLVM_IAS=1 LLVM_VERSION=11 https://github.com/alpinelinux/aports/raw/refs/heads/master/community/linux-edge/config-edge.x86_64
10981098
if: ${{ needs.check_cache.outputs.status != 'pass' }}
10991099
env:
11001100
ARCH: x86_64
11011101
LLVM_VERSION: 11
11021102
BOOT: 1
1103-
CONFIG: https://git.alpinelinux.org/aports/plain/community/linux-edge/config-edge.x86_64
1103+
CONFIG: https://github.com/alpinelinux/aports/raw/refs/heads/master/community/linux-edge/config-edge.x86_64
11041104
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
11051105
container:
11061106
image: ghcr.io/clangbuiltlinux/qemu

.github/workflows/5.15-clang-12.yml

+12-12
Original file line numberDiff line numberDiff line change
@@ -914,19 +914,19 @@ jobs:
914914
path: boot-utils.json
915915
name: boot_utils_json_distribution_configs
916916
if-no-files-found: error
917-
_385ff4c997d68d225943e46dd047c248:
917+
_23dbdf15597f7b728952f233bd51e08d:
918918
runs-on: ubuntu-latest
919919
needs:
920920
- kick_tuxsuite_distribution_configs
921921
- check_cache
922922
- check_patches
923-
name: ARCH=arm LLVM=1 LLVM_IAS=0 LLVM_VERSION=12 https://git.alpinelinux.org/aports/plain/community/linux-edge/config-edge.armv7
923+
name: ARCH=arm LLVM=1 LLVM_IAS=0 LLVM_VERSION=12 https://github.com/alpinelinux/aports/raw/refs/heads/master/community/linux-edge/config-edge.armv7
924924
if: ${{ needs.check_cache.outputs.status != 'pass' }}
925925
env:
926926
ARCH: arm
927927
LLVM_VERSION: 12
928928
BOOT: 1
929-
CONFIG: https://git.alpinelinux.org/aports/plain/community/linux-edge/config-edge.armv7
929+
CONFIG: https://github.com/alpinelinux/aports/raw/refs/heads/master/community/linux-edge/config-edge.armv7
930930
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
931931
container:
932932
image: ghcr.io/clangbuiltlinux/qemu
@@ -972,19 +972,19 @@ jobs:
972972
name: boot_utils_json_distribution_configs
973973
- name: Check Build and Boot Logs
974974
run: scripts/check-logs.py
975-
_643f1e186135b2ae28b4d44c35a884b5:
975+
_53bd3314bea94dc4a8792b53d10aa0d6:
976976
runs-on: ubuntu-latest
977977
needs:
978978
- kick_tuxsuite_distribution_configs
979979
- check_cache
980980
- check_patches
981-
name: ARCH=arm64 LLVM=1 LLVM_IAS=1 LLVM_VERSION=12 https://git.alpinelinux.org/aports/plain/community/linux-edge/config-edge.aarch64
981+
name: ARCH=arm64 LLVM=1 LLVM_IAS=1 LLVM_VERSION=12 https://github.com/alpinelinux/aports/raw/refs/heads/master/community/linux-edge/config-edge.aarch64
982982
if: ${{ needs.check_cache.outputs.status != 'pass' }}
983983
env:
984984
ARCH: arm64
985985
LLVM_VERSION: 12
986986
BOOT: 1
987-
CONFIG: https://git.alpinelinux.org/aports/plain/community/linux-edge/config-edge.aarch64
987+
CONFIG: https://github.com/alpinelinux/aports/raw/refs/heads/master/community/linux-edge/config-edge.aarch64
988988
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
989989
container:
990990
image: ghcr.io/clangbuiltlinux/qemu
@@ -1117,19 +1117,19 @@ jobs:
11171117
name: boot_utils_json_distribution_configs
11181118
- name: Check Build and Boot Logs
11191119
run: scripts/check-logs.py
1120-
_6a01647ada93ad6be921a6c12aff0c60:
1120+
_461c113abb7943d07450065a5d1fd08a:
11211121
runs-on: ubuntu-latest
11221122
needs:
11231123
- kick_tuxsuite_distribution_configs
11241124
- check_cache
11251125
- check_patches
1126-
name: ARCH=riscv LLVM=1 LLVM_IAS=0 LLVM_VERSION=12 https://git.alpinelinux.org/aports/plain/community/linux-edge/config-edge.riscv64
1126+
name: ARCH=riscv LLVM=1 LLVM_IAS=0 LLVM_VERSION=12 https://github.com/alpinelinux/aports/raw/refs/heads/master/community/linux-edge/config-edge.riscv64
11271127
if: ${{ needs.check_cache.outputs.status != 'pass' }}
11281128
env:
11291129
ARCH: riscv
11301130
LLVM_VERSION: 12
11311131
BOOT: 1
1132-
CONFIG: https://git.alpinelinux.org/aports/plain/community/linux-edge/config-edge.riscv64
1132+
CONFIG: https://github.com/alpinelinux/aports/raw/refs/heads/master/community/linux-edge/config-edge.riscv64
11331133
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
11341134
container:
11351135
image: ghcr.io/clangbuiltlinux/qemu
@@ -1175,19 +1175,19 @@ jobs:
11751175
name: boot_utils_json_distribution_configs
11761176
- name: Check Build and Boot Logs
11771177
run: scripts/check-logs.py
1178-
_ca7469095b0b6a043817e9b4281b32ef:
1178+
_da5027a9446d01b2a417c870cab665db:
11791179
runs-on: ubuntu-latest
11801180
needs:
11811181
- kick_tuxsuite_distribution_configs
11821182
- check_cache
11831183
- check_patches
1184-
name: ARCH=x86_64 LLVM=1 LLVM_IAS=1 LLVM_VERSION=12 https://git.alpinelinux.org/aports/plain/community/linux-edge/config-edge.x86_64
1184+
name: ARCH=x86_64 LLVM=1 LLVM_IAS=1 LLVM_VERSION=12 https://github.com/alpinelinux/aports/raw/refs/heads/master/community/linux-edge/config-edge.x86_64
11851185
if: ${{ needs.check_cache.outputs.status != 'pass' }}
11861186
env:
11871187
ARCH: x86_64
11881188
LLVM_VERSION: 12
11891189
BOOT: 1
1190-
CONFIG: https://git.alpinelinux.org/aports/plain/community/linux-edge/config-edge.x86_64
1190+
CONFIG: https://github.com/alpinelinux/aports/raw/refs/heads/master/community/linux-edge/config-edge.x86_64
11911191
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
11921192
container:
11931193
image: ghcr.io/clangbuiltlinux/qemu

.github/workflows/5.15-clang-13.yml

+12-12
Original file line numberDiff line numberDiff line change
@@ -1001,19 +1001,19 @@ jobs:
10011001
path: boot-utils.json
10021002
name: boot_utils_json_distribution_configs
10031003
if-no-files-found: error
1004-
_1dad89b577653ddc683e87e9409fc409:
1004+
_2ab45d26e9b2423e7aa5b58f9feb9e01:
10051005
runs-on: ubuntu-latest
10061006
needs:
10071007
- kick_tuxsuite_distribution_configs
10081008
- check_cache
10091009
- check_patches
1010-
name: ARCH=arm LLVM=1 LLVM_IAS=1 LLVM_VERSION=13 https://git.alpinelinux.org/aports/plain/community/linux-edge/config-edge.armv7
1010+
name: ARCH=arm LLVM=1 LLVM_IAS=1 LLVM_VERSION=13 https://github.com/alpinelinux/aports/raw/refs/heads/master/community/linux-edge/config-edge.armv7
10111011
if: ${{ needs.check_cache.outputs.status != 'pass' }}
10121012
env:
10131013
ARCH: arm
10141014
LLVM_VERSION: 13
10151015
BOOT: 1
1016-
CONFIG: https://git.alpinelinux.org/aports/plain/community/linux-edge/config-edge.armv7
1016+
CONFIG: https://github.com/alpinelinux/aports/raw/refs/heads/master/community/linux-edge/config-edge.armv7
10171017
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
10181018
container:
10191019
image: ghcr.io/clangbuiltlinux/qemu
@@ -1059,19 +1059,19 @@ jobs:
10591059
name: boot_utils_json_distribution_configs
10601060
- name: Check Build and Boot Logs
10611061
run: scripts/check-logs.py
1062-
_41e97db7d8ed584321ef7865ba127060:
1062+
_4ea8d243e3e51ec6660087aeb805e67a:
10631063
runs-on: ubuntu-latest
10641064
needs:
10651065
- kick_tuxsuite_distribution_configs
10661066
- check_cache
10671067
- check_patches
1068-
name: ARCH=arm64 LLVM=1 LLVM_IAS=1 LLVM_VERSION=13 https://git.alpinelinux.org/aports/plain/community/linux-edge/config-edge.aarch64
1068+
name: ARCH=arm64 LLVM=1 LLVM_IAS=1 LLVM_VERSION=13 https://github.com/alpinelinux/aports/raw/refs/heads/master/community/linux-edge/config-edge.aarch64
10691069
if: ${{ needs.check_cache.outputs.status != 'pass' }}
10701070
env:
10711071
ARCH: arm64
10721072
LLVM_VERSION: 13
10731073
BOOT: 1
1074-
CONFIG: https://git.alpinelinux.org/aports/plain/community/linux-edge/config-edge.aarch64
1074+
CONFIG: https://github.com/alpinelinux/aports/raw/refs/heads/master/community/linux-edge/config-edge.aarch64
10751075
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
10761076
container:
10771077
image: ghcr.io/clangbuiltlinux/qemu
@@ -1204,19 +1204,19 @@ jobs:
12041204
name: boot_utils_json_distribution_configs
12051205
- name: Check Build and Boot Logs
12061206
run: scripts/check-logs.py
1207-
_fb6058c4a5aade8dd9afe91a3e96a21a:
1207+
_46284d23aed57fee9416403bcf8052ec:
12081208
runs-on: ubuntu-latest
12091209
needs:
12101210
- kick_tuxsuite_distribution_configs
12111211
- check_cache
12121212
- check_patches
1213-
name: ARCH=riscv LLVM=1 LLVM_IAS=1 LLVM_VERSION=13 https://git.alpinelinux.org/aports/plain/community/linux-edge/config-edge.riscv64
1213+
name: ARCH=riscv LLVM=1 LLVM_IAS=1 LLVM_VERSION=13 https://github.com/alpinelinux/aports/raw/refs/heads/master/community/linux-edge/config-edge.riscv64
12141214
if: ${{ needs.check_cache.outputs.status != 'pass' }}
12151215
env:
12161216
ARCH: riscv
12171217
LLVM_VERSION: 13
12181218
BOOT: 1
1219-
CONFIG: https://git.alpinelinux.org/aports/plain/community/linux-edge/config-edge.riscv64
1219+
CONFIG: https://github.com/alpinelinux/aports/raw/refs/heads/master/community/linux-edge/config-edge.riscv64
12201220
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
12211221
container:
12221222
image: ghcr.io/clangbuiltlinux/qemu
@@ -1320,19 +1320,19 @@ jobs:
13201320
name: boot_utils_json_distribution_configs
13211321
- name: Check Build and Boot Logs
13221322
run: scripts/check-logs.py
1323-
_415cefe3c4fc908bf5cc4ac27f34669a:
1323+
_8717046894ca2042927cc0781a4dae1c:
13241324
runs-on: ubuntu-latest
13251325
needs:
13261326
- kick_tuxsuite_distribution_configs
13271327
- check_cache
13281328
- check_patches
1329-
name: ARCH=x86_64 LLVM=1 LLVM_IAS=1 LLVM_VERSION=13 https://git.alpinelinux.org/aports/plain/community/linux-edge/config-edge.x86_64
1329+
name: ARCH=x86_64 LLVM=1 LLVM_IAS=1 LLVM_VERSION=13 https://github.com/alpinelinux/aports/raw/refs/heads/master/community/linux-edge/config-edge.x86_64
13301330
if: ${{ needs.check_cache.outputs.status != 'pass' }}
13311331
env:
13321332
ARCH: x86_64
13331333
LLVM_VERSION: 13
13341334
BOOT: 1
1335-
CONFIG: https://git.alpinelinux.org/aports/plain/community/linux-edge/config-edge.x86_64
1335+
CONFIG: https://github.com/alpinelinux/aports/raw/refs/heads/master/community/linux-edge/config-edge.x86_64
13361336
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
13371337
container:
13381338
image: ghcr.io/clangbuiltlinux/qemu

.github/workflows/5.15-clang-14.yml

+12-12
Original file line numberDiff line numberDiff line change
@@ -1001,19 +1001,19 @@ jobs:
10011001
path: boot-utils.json
10021002
name: boot_utils_json_distribution_configs
10031003
if-no-files-found: error
1004-
_f68b5258902cac47f5163a0bb8e0947c:
1004+
_8663a1a8cbc5e92f146c0425bbccd32f:
10051005
runs-on: ubuntu-latest
10061006
needs:
10071007
- kick_tuxsuite_distribution_configs
10081008
- check_cache
10091009
- check_patches
1010-
name: ARCH=arm LLVM=1 LLVM_IAS=1 LLVM_VERSION=14 https://git.alpinelinux.org/aports/plain/community/linux-edge/config-edge.armv7
1010+
name: ARCH=arm LLVM=1 LLVM_IAS=1 LLVM_VERSION=14 https://github.com/alpinelinux/aports/raw/refs/heads/master/community/linux-edge/config-edge.armv7
10111011
if: ${{ needs.check_cache.outputs.status != 'pass' }}
10121012
env:
10131013
ARCH: arm
10141014
LLVM_VERSION: 14
10151015
BOOT: 1
1016-
CONFIG: https://git.alpinelinux.org/aports/plain/community/linux-edge/config-edge.armv7
1016+
CONFIG: https://github.com/alpinelinux/aports/raw/refs/heads/master/community/linux-edge/config-edge.armv7
10171017
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
10181018
container:
10191019
image: ghcr.io/clangbuiltlinux/qemu
@@ -1059,19 +1059,19 @@ jobs:
10591059
name: boot_utils_json_distribution_configs
10601060
- name: Check Build and Boot Logs
10611061
run: scripts/check-logs.py
1062-
_5672c224d8e00e87b4b52797289d524e:
1062+
_df62e45b9d1a2e477b63bf378e6bb722:
10631063
runs-on: ubuntu-latest
10641064
needs:
10651065
- kick_tuxsuite_distribution_configs
10661066
- check_cache
10671067
- check_patches
1068-
name: ARCH=arm64 LLVM=1 LLVM_IAS=1 LLVM_VERSION=14 https://git.alpinelinux.org/aports/plain/community/linux-edge/config-edge.aarch64
1068+
name: ARCH=arm64 LLVM=1 LLVM_IAS=1 LLVM_VERSION=14 https://github.com/alpinelinux/aports/raw/refs/heads/master/community/linux-edge/config-edge.aarch64
10691069
if: ${{ needs.check_cache.outputs.status != 'pass' }}
10701070
env:
10711071
ARCH: arm64
10721072
LLVM_VERSION: 14
10731073
BOOT: 1
1074-
CONFIG: https://git.alpinelinux.org/aports/plain/community/linux-edge/config-edge.aarch64
1074+
CONFIG: https://github.com/alpinelinux/aports/raw/refs/heads/master/community/linux-edge/config-edge.aarch64
10751075
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
10761076
container:
10771077
image: ghcr.io/clangbuiltlinux/qemu
@@ -1204,19 +1204,19 @@ jobs:
12041204
name: boot_utils_json_distribution_configs
12051205
- name: Check Build and Boot Logs
12061206
run: scripts/check-logs.py
1207-
_5ebb54d2427e2fa01846a377746ae95c:
1207+
_d0cce36190b358db72b3a071aec91c19:
12081208
runs-on: ubuntu-latest
12091209
needs:
12101210
- kick_tuxsuite_distribution_configs
12111211
- check_cache
12121212
- check_patches
1213-
name: ARCH=riscv LLVM=1 LLVM_IAS=1 LLVM_VERSION=14 https://git.alpinelinux.org/aports/plain/community/linux-edge/config-edge.riscv64
1213+
name: ARCH=riscv LLVM=1 LLVM_IAS=1 LLVM_VERSION=14 https://github.com/alpinelinux/aports/raw/refs/heads/master/community/linux-edge/config-edge.riscv64
12141214
if: ${{ needs.check_cache.outputs.status != 'pass' }}
12151215
env:
12161216
ARCH: riscv
12171217
LLVM_VERSION: 14
12181218
BOOT: 1
1219-
CONFIG: https://git.alpinelinux.org/aports/plain/community/linux-edge/config-edge.riscv64
1219+
CONFIG: https://github.com/alpinelinux/aports/raw/refs/heads/master/community/linux-edge/config-edge.riscv64
12201220
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
12211221
container:
12221222
image: ghcr.io/clangbuiltlinux/qemu
@@ -1320,19 +1320,19 @@ jobs:
13201320
name: boot_utils_json_distribution_configs
13211321
- name: Check Build and Boot Logs
13221322
run: scripts/check-logs.py
1323-
_6d05624dde615ae5fe017ea62d2faf11:
1323+
_619d413813ee08998ed0f883f8bbad25:
13241324
runs-on: ubuntu-latest
13251325
needs:
13261326
- kick_tuxsuite_distribution_configs
13271327
- check_cache
13281328
- check_patches
1329-
name: ARCH=x86_64 LLVM=1 LLVM_IAS=1 LLVM_VERSION=14 https://git.alpinelinux.org/aports/plain/community/linux-edge/config-edge.x86_64
1329+
name: ARCH=x86_64 LLVM=1 LLVM_IAS=1 LLVM_VERSION=14 https://github.com/alpinelinux/aports/raw/refs/heads/master/community/linux-edge/config-edge.x86_64
13301330
if: ${{ needs.check_cache.outputs.status != 'pass' }}
13311331
env:
13321332
ARCH: x86_64
13331333
LLVM_VERSION: 14
13341334
BOOT: 1
1335-
CONFIG: https://git.alpinelinux.org/aports/plain/community/linux-edge/config-edge.x86_64
1335+
CONFIG: https://github.com/alpinelinux/aports/raw/refs/heads/master/community/linux-edge/config-edge.x86_64
13361336
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
13371337
container:
13381338
image: ghcr.io/clangbuiltlinux/qemu

0 commit comments

Comments
 (0)