Skip to content

Commit b47b5a1

Browse files
Rename some ci dockerfiles to include ppc64le arch (#4519)
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
1 parent c330f54 commit b47b5a1

7 files changed

+1
-1
lines changed

docker/ci/dockerfiles/current/test.ubuntu2004.systemd-base.x64.arm64.dockerfile docker/ci/dockerfiles/current/test.ubuntu2004.systemd-base.x64.arm64.ppc64le.dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ RUN source $NVM_DIR/nvm.sh && ls -al $CONTAINER_USER_HOME && echo $NODE_VERSION
145145

146146
# Tools setup
147147
COPY --chown=0:0 config/jdk-setup.sh config/yq-setup.sh config/gh-setup.sh /tmp/
148-
RUN apt-get install -y golang-go && /tmp/jdk-setup.sh && /tmp/yq-setup.sh && /tmp/gh-setup.sh
148+
RUN apt-get install -y golang-go golang-1.21-go && update-alternatives --install /usr/bin/go go /usr/lib/go-1.21/bin/go 1 && /tmp/jdk-setup.sh && /tmp/yq-setup.sh && /tmp/gh-setup.sh
149149

150150
# Setup Shared Memory
151151
RUN chmod -R 777 /dev/shm

0 commit comments

Comments
 (0)