Skip to content

Commit 0dcaa62

Browse files
committed
chore: correct platform
1 parent fc0bd14 commit 0dcaa62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

e2e/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ ENV GOBIN /go/bin
1111
RUN apk update && apk add bash gcc musl-dev openssl go git aws-cli jq
1212

1313
# Upgrade go to $GOLANG_VERSION. The version that's available in the base image is older than what we need.
14-
RUN wget https://dl.google.com/go/go$GOLANG_VERSION.linux-arm64.tar.gz && tar -C /usr/local -xzf go$GOLANG_VERSION.linux-arm64.tar.gz
14+
RUN wget https://dl.google.com/go/go$GOLANG_VERSION.linux-amd64.tar.gz && tar -C /usr/local -xzf go$GOLANG_VERSION.linux-amd64.tar.gz
1515
ENV PATH=$PATH:/usr/local/go/bin
16-
RUN rm go$GOLANG_VERSION.linux-arm64.tar.gz
16+
RUN rm go$GOLANG_VERSION.linux-amd64.tar.gz
1717
RUN apk del go
1818

1919
ENV GOPROXY=direct

0 commit comments

Comments
 (0)