File tree Expand file tree Collapse file tree 2 files changed +14
-14
lines changed
Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 3030jobs :
3131
3232 test-amd64 :
33- if : 1 == 2
3433 runs-on : ubuntu-latest
3534 strategy :
3635 matrix :
@@ -79,25 +78,25 @@ jobs:
7978 strategy :
8079 matrix :
8180 include :
82- # - platform: linux/arm64
83- # dockerfile: Dockerfile.arm64
84- # tag: tinyclib:arm64
85- # test: arm64
81+ - platform : linux/arm64
82+ dockerfile : Dockerfile.arm64
83+ tag : tinyclib:arm64
84+ test : arm64
8685
8786 - platform : linux/arm/v6
8887 dockerfile : Dockerfile.armv6
8988 tag : tinyclib:armv6
9089 test : armv6
9190
92- # - platform: linux/arm/v7
93- # dockerfile: Dockerfile.armv7
94- # tag: tinyclib:armv7
95- # test: armv7
91+ - platform : linux/arm/v7
92+ dockerfile : Dockerfile.armv7
93+ tag : tinyclib:armv7
94+ test : armv7
9695
97- # - platform: linux/arm64/v8
98- # dockerfile: Dockerfile.armv8
99- # tag: tinyclib:armv8
100- # test: armv8
96+ - platform : linux/arm64/v8
97+ dockerfile : Dockerfile.armv8
98+ tag : tinyclib:armv8
99+ test : armv8
101100
102101 steps :
103102 - name : Docker Setup Buildx
Original file line number Diff line number Diff line change 1414 " eabi" ,
1515 " libnewlib" ,
1616 " noninteractive" ,
17- " tinyclib"
17+ " tinyclib" ,
18+ " trunc"
1819 ],
1920 "files.associations" : {
2021 ".clang-format" : " yaml" ,
You can’t perform that action at this time.
0 commit comments