Skip to content

Commit

Permalink
add s390x and ppc64el architectures
Browse files Browse the repository at this point in the history
  • Loading branch information
buger committed Apr 28, 2023
1 parent 7737257 commit a15d2b0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ ARG DEBIAN_FRONTEND=noninteractive
# Install deps
RUN echo "Starting image build for $(grep PRETTY_NAME /etc/os-release)" \
&& dpkg --add-architecture arm64 \
&& dpkg --add-architecture ppc64el \
&& dpkg --add-architecture s390x \
&& apt-get update \
&& apt-get dist-upgrade -y -q \
autoconf \
Expand All @@ -23,6 +25,8 @@ RUN echo "Starting image build for $(grep PRETTY_NAME /etc/os-release)" \
clang \
git-core \
crossbuild-essential-arm64 \
crossbuild-essential-s390x \
crossbuild-essential-ppc64el \
curl \
libtool \
multistrap \
Expand Down

0 comments on commit a15d2b0

Please sign in to comment.