Skip to content

Commit

Permalink
s390x: build fedora binaries for peerpod
Browse files Browse the repository at this point in the history
Fixes: confidential-containers#1640

Signed-off-by: Qi Feng Huo <huoqif@cn.ibm.com>
  • Loading branch information
Qi Feng Huo committed Jan 18, 2024
1 parent d4c80ee commit ce9cc0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion podvm/Dockerfile.podvm_builder.fedora
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN dnf groupinstall -y 'Development Tools' 'Development Libraries' && \
dnf install -y yum-utils gnupg git perl perl-core pkg-config libseccomp-devel gpgme-devel \
device-mapper-devel unzip libassuan-devel \
perl-FindBin openssl-devel tpm2-tss-devel \
clang which qemu-kvm qemu-system-s390x gcc-s390x-linux-gnu && \
clang which qemu-kvm && \
dnf clean all

ADD https://dl.google.com/go/go${GO_VERSION}.linux-${ARCH}.tar.gz go${GO_VERSION}.linux-${ARCH}.tar.gz
Expand Down

0 comments on commit ce9cc0f

Please sign in to comment.