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 <[email protected]>
  • Loading branch information
Qi Feng Huo committed Jan 24, 2024
1 parent e8bd2c2 commit 926146b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions podvm/Dockerfile.podvm_builder.fedora
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@
#
# Build binaries for mkosi podvm image
#
FROM multiarch/qemu-user-static:s390x-6.1.0-8 as qemu
FROM --platform=$TARGETPLATFORM registry.fedoraproject.org/fedora:39

COPY --from=qemu /usr/bin/qemu-s390x-static /usr/bin

ARG ARCH="amd64"
ARG YQ_ARCH="amd64"
ARG PROTOC_ARCH="x86_64"
Expand Down

0 comments on commit 926146b

Please sign in to comment.