Skip to content

Commit ace48b0

Browse files
committed
workflows: Update comments for native builds
The runner tags were only updated for cross-builds. Signed-off-by: Loïc Minier <[email protected]>
1 parent befb91e commit ace48b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# for cross-builds
3030
runs-on: [self-hosted, qcom-u2404, amd64]
3131
# alternative for native builds, but overkill to do both
32-
#runs-on: [self-hosted, arm64, debbuilder]
32+
#runs-on: [self-hosted, qcom-u2404, arm64]
3333
container:
3434
image: debian:trixie
3535
volumes:

.github/workflows/u-boot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
# for cross-builds
2727
runs-on: [self-hosted, qcom-u2404, amd64]
2828
# alternative for native builds, but overkill to do both
29-
#runs-on: [self-hosted, arm64, debbuilder]
29+
#runs-on: [self-hosted, qcom-u2404, arm64]
3030
container:
3131
image: debian:trixie
3232
volumes:

0 commit comments

Comments
 (0)