We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 686c66c commit 5a98f8cCopy full SHA for 5a98f8c
.github/workflows/debos-aws.yml
@@ -31,13 +31,13 @@ concurrency:
31
jobs:
32
build-debos:
33
runs-on:
34
- - codebuild-QualcommLinux-Arm64-${{ github.run_id }}-${{ github.run_attempt }}
+ - codebuild-QualcommLinux-Arm64-S3-${{ github.run_id }}-${{ github.run_attempt }}
35
- instance-size:arm1.medium
36
- buildspec-override:true # This tells our self-hosted runner to upload artifacts
37
container:
38
image: public.ecr.aws/docker/library/debian:trixie
39
volumes:
40
- - /efs/qli/metaqcom/gh-runners/quic-yocto/builds:/fileserver-builds
+ - /s3efs/qli/metaqcom/gh-runners/quic-yocto/builds:/fileserver-builds
41
options: --privileged
42
steps:
43
- uses: actions/checkout@v4
0 commit comments