Skip to content

Commit 5dc6585

Browse files
build script comment manylinux check
1 parent ff0c915 commit 5dc6585

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/s390x-ci/self-hosted-builder/actions-runner.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN apt-get update -o Acquire::Retries=3 && apt-get install -y \
1010
apt-get clean && rm -rf /var/lib/apt/lists/*
1111

1212
# Stage 2: Main image for ppc64le Ubuntu
13-
FROM ubuntu:22.04
13+
FROM --platform=linux/ppc64le ubuntu:22.04
1414

1515
# Set non-interactive mode for apt
1616
ENV DEBIAN_FRONTEND=noninteractive

0 commit comments

Comments
 (0)