File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -28,11 +28,11 @@ jobs:
2828 build-debos :
2929 outputs :
3030 url : ${{ steps.upload_artifacts.outputs.url }}
31- runs-on : [self-hosted, arm64, debbuilder ]
31+ runs-on : [self-hosted, qcom-u2404, arm64 ]
3232 container :
3333 image : debian:trixie
3434 volumes :
35- - /srv /gh-runners/quic-yocto/downloads:/fileserver-downloads
35+ - /efs/qli/metaqcom /gh-runners/quic-yocto/downloads:/fileserver-downloads
3636 options : --privileged
3737 steps :
3838 # make sure we have latest packages first, to get latest fixes and to
Original file line number Diff line number Diff line change @@ -28,13 +28,13 @@ concurrency:
2828jobs :
2929 build-linux-deb :
3030 # for cross-builds
31- runs-on : [self-hosted, x86 ]
31+ runs-on : [self-hosted, qcom-u2404, amd64 ]
3232 # alternative for native builds, but overkill to do both
3333 # runs-on: [self-hosted, arm64, debbuilder]
3434 container :
3535 image : debian:trixie
3636 volumes :
37- - /srv /gh-runners/quic-yocto/downloads:/fileserver-downloads
37+ - /efs/qli/metaqcom /gh-runners/quic-yocto/downloads:/fileserver-downloads
3838 steps :
3939 - uses : actions/checkout@v4
4040 with :
Original file line number Diff line number Diff line change @@ -25,13 +25,13 @@ concurrency:
2525jobs :
2626 build-u-boot-rb1 :
2727 # for cross-builds
28- runs-on : [self-hosted, x86 ]
28+ runs-on : [self-hosted, qcom-u2404, amd64 ]
2929 # alternative for native builds, but overkill to do both
3030 # runs-on: [self-hosted, arm64, debbuilder]
3131 container :
3232 image : debian:trixie
3333 volumes :
34- - /srv /gh-runners/quic-yocto/downloads:/fileserver-downloads
34+ - /efs/qli/metaqcom /gh-runners/quic-yocto/downloads:/fileserver-downloads
3535 steps :
3636 - uses : actions/checkout@v4
3737 with :
You can’t perform that action at this time.
0 commit comments