File tree Expand file tree Collapse file tree 1 file changed +24
-1
lines changed Expand file tree Collapse file tree 1 file changed +24
-1
lines changed Original file line number Diff line number Diff line change 7
7
- ' docs'
8
8
9
9
env :
10
- BUILDER_VERSION : v0.8.28
10
+ BUILDER_VERSION : v0.9.21
11
11
BUILDER_SOURCE : releases
12
12
BUILDER_HOST : https://d19elf31gohf1l.cloudfront.net
13
13
PACKAGE_NAME : aws-iot-device-sdk-js-v2
44
44
aws s3 cp s3://aws-crt-test-stuff/ci/${{ env.BUILDER_VERSION }}/linux-container-ci.sh ./linux-container-ci.sh && chmod a+x ./linux-container-ci.sh
45
45
./linux-container-ci.sh ${{ env.BUILDER_VERSION }} aws-crt-al2-x64 build -p ${{ env.PACKAGE_NAME }}
46
46
47
+ raspberry :
48
+ runs-on : ubuntu-latest # latest
49
+ permissions :
50
+ id-token : write # This is required for requesting the JWT
51
+ strategy :
52
+ fail-fast : false
53
+ matrix :
54
+ image :
55
+ - raspbian-bullseye
56
+ steps :
57
+ - name : configure AWS credentials (containers)
58
+ uses : aws-actions/configure-aws-credentials@v1
59
+ with :
60
+ role-to-assume : ${{ env.CI_IOT_CONTAINERS }}
61
+ aws-region : ${{ env.AWS_DEFAULT_REGION }}
62
+ # set arm arch
63
+ - name : Install qemu/docker
64
+ run : docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
65
+ - name : Build ${{ env.PACKAGE_NAME }}
66
+ run : |
67
+ aws s3 cp s3://aws-crt-test-stuff/ci/${{ env.BUILDER_VERSION }}/linux-container-ci.sh ./linux-container-ci.sh && chmod a+x ./linux-container-ci.sh
68
+ ./linux-container-ci.sh ${{ env.BUILDER_VERSION }} aws-crt-${{ matrix.image }} build -p ${{ env.PACKAGE_NAME }}
69
+
47
70
windows :
48
71
runs-on : windows-latest
49
72
permissions :
You can’t perform that action at this time.
0 commit comments