Skip to content

Commit 6197b00

Browse files
committed
1
1 parent d1249bb commit 6197b00

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
strategy:
1818
fail-fast: true
1919
matrix:
20-
arch: [focal-x64, bionic-arm64, bionic-armhf, centos7-devtoolset8-x64, centos7-devtoolset8-arm64]
2120
include:
2221
- arch: amd64
2322
config: x86_64-gcc-8.5.0-glibc-2.28.config
@@ -43,6 +42,14 @@ jobs:
4342
config: armhf-gcc-7.5.0-glibc-2.17.config
4443
tuple: arm-rpi-linux-gnueabihf
4544
pkg: arm-rpi-linux-gnueabihf-glibc-2.17
45+
- arch: centos7-devtoolset8-x64
46+
config: x86_64-gcc-7.5.0-glibc-2.17.config
47+
tuple: x86_64-linux-gnu
48+
pkg: x86_64-linux-gnu-glibc-2.17-centos7
49+
- arch: centos7-devtoolset8-arm64
50+
config: aarch64-gcc-7.5.0-glibc-2.17.config
51+
tuple: aarch64-linux-gnu
52+
pkg: aarch64-linux-gnu-glibc-2.17-centos7
4653
uses: ./.github/workflows/build-toolchain.yml
4754
with:
4855
config: ${{ matrix.config }}

0 commit comments

Comments
 (0)