File tree Expand file tree Collapse file tree 2 files changed +5
-12
lines changed Expand file tree Collapse file tree 2 files changed +5
-12
lines changed Original file line number Diff line number Diff line change 88 paths :
99 - ' .github/workflows/build.yaml'
1010 - ' .github/workflows/dockerimage.yaml'
11- - ' / utils/docker/**'
11+ - ' utils/docker/**'
1212
1313jobs :
1414 build :
15- strategy :
16- matrix :
17- include :
18- - tag : latest
19- dockerfile : Dockerfile
20- - tag : i386
21- dockerfile : Dockerfile.i386
22- - tag : armhf
23- dockerfile : Dockerfile.armhf
24- - tag : arm64
25- dockerfile : Dockerfile.arm64
2615 if : github.event.repository.fork == false
2716 runs-on : ubuntu-latest
2817 steps :
Original file line number Diff line number Diff line change 1616# Number of cores
1717if [ " $( uname) " == " Darwin" ]; then
1818 NUM_CORES=$( sysctl -n hw.ncpu)
19+ : ${GCC_PREFIX:= }
20+ : ${AR:= ar}
21+ : ${CC:= gcc}
22+ : ${CXX:= g++}
1923else
2024 NUM_CORES=$( grep -c ^processor /proc/cpuinfo)
2125fi
You can’t perform that action at this time.
0 commit comments