ci: Add ppc64le build

This commit is contained in:
Tim Ruffing
2021-06-08 17:03:53 +02:00
parent 7973576f6e
commit c58c4ea470
2 changed files with 23 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ RUN dpkg --add-architecture i386
RUN dpkg --add-architecture s390x
RUN dpkg --add-architecture armhf
RUN dpkg --add-architecture arm64
RUN dpkg --add-architecture ppc64el
RUN apt-get update
# dkpg-dev: to make pkg-config work in cross-builds
@@ -16,6 +17,7 @@ RUN apt-get install --no-install-recommends --no-upgrade -y \
gcc-s390x-linux-gnu libc6-dev-s390x-cross libc6-dbg:s390x \
gcc-arm-linux-gnueabihf libc6-dev-armhf-cross libc6-dbg:armhf \
gcc-aarch64-linux-gnu libc6-dev-arm64-cross libc6-dbg:arm64 \
gcc-powerpc64le-linux-gnu libc6-dev-ppc64el-cross libc6-dbg:ppc64el \
wine gcc-mingw-w64-x86-64
# Run a dummy command in wine to make it set up configuration