Skip to content

Commit e13de36

Browse files
authored
Use GH hosted runners for riscv64 rootfs
1 parent ab15f29 commit e13de36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/generate_targets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ def generate_yaml_header():
369369
rootfs-armhf: [ "ubuntu-latest" ]
370370
rootfs-arm64: [ "ubuntu-24.04-arm" ]
371371
rootfs-amd64: [ "self-hosted", "Linux", "X64" ]
372-
rootfs-riscv64: [ "self-hosted", "Linux", "X64" ]
372+
rootfs-riscv64: [ "ubuntu-latest" ]
373373
rootfs-loong64: [ "self-hosted", "Linux", "X64" ]
374374
image-armhf: [ "self-hosted", "Linux", 'images', 'X64' ]
375375
image-arm64: [ "self-hosted", "Linux", 'images', 'ARM64' ]

0 commit comments

Comments
 (0)