Skip to content

Commit 211ede1

Browse files
sfodsfodagain
andauthored
Fix CI (#591)
* Update CRT builder to v0.9.60 * Fix manylinux2014 CI job * Fix raspberry CI job --------- Co-authored-by: Igor Abdrakhimov <[email protected]>
1 parent a3e1597 commit 211ede1

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- 'docs'
88

99
env:
10-
BUILDER_VERSION: v0.9.58
10+
BUILDER_VERSION: v0.9.60
1111
BUILDER_SOURCE: releases
1212
BUILDER_HOST: https://d19elf31gohf1l.cloudfront.net
1313
PACKAGE_NAME: aws-iot-device-sdk-java-v2

builder.json

+11
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,17 @@
2727
"!packages": []
2828
}
2929
},
30+
"targets": {
31+
"linux": {
32+
"architectures": {
33+
"armv7": {
34+
"!packages": [
35+
"maven"
36+
]
37+
}
38+
}
39+
}
40+
},
3041
"variants" : {
3142
"skip_test": {
3243
"!test_steps": []

0 commit comments

Comments
 (0)