Skip to content

Commit 4b30192

Browse files
committed
1
1 parent d1249bb commit 4b30192

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,14 @@ jobs:
4343
config: armhf-gcc-7.5.0-glibc-2.17.config
4444
tuple: arm-rpi-linux-gnueabihf
4545
pkg: arm-rpi-linux-gnueabihf-glibc-2.17
46+
- arch: centos7-devtoolset8-x64
47+
config: x86_64-gcc-7.5.0-glibc-2.17.config
48+
tuple: x86_64-linux-gnu
49+
pkg: x86_64-linux-gnu-glibc-2.17-centos7
50+
- arch: centos7-devtoolset8-arm64
51+
config: aarch64-gcc-7.5.0-glibc-2.17.config
52+
tuple: aarch64-linux-gnu
53+
pkg: aarch64-linux-gnu-glibc-2.17-centos7
4654
uses: ./.github/workflows/build-toolchain.yml
4755
with:
4856
config: ${{ matrix.config }}

0 commit comments

Comments
 (0)