Skip to content

Commit

Permalink
podvm: use correct PROTOC_ARCH value for s390x
Browse files Browse the repository at this point in the history
PROTOC_ARCH should be "s390x" for version v3.15.0

Signed-off-by: Lei Li <[email protected]>
Signed-off-by: Lei Li <[email protected]>
  • Loading branch information
Lei Li authored and Qi Feng Huo committed Mar 14, 2024
1 parent e190fed commit b499f84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion podvm-mkosi/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ifeq ($(ARCH),s390x)
docker buildx build \
-t $(BUILDER) \
--build-arg ARCH=s390x \
--build-arg PROTOC_ARCH=s390x_64 \
--build-arg PROTOC_ARCH=s390x \
--build-arg YQ_ARCH=s390x \
--build-arg YQ_CHECKSUM=sha256:4e6324d08630e7df733894a11830412a43703682d65a76f1fc925aac08268a45 \
--load \
Expand Down

0 comments on commit b499f84

Please sign in to comment.