fix go installation for arm64 kvm image

pull/13762/head
Sharif Elgamal 2022-04-12 16:36:46 -07:00
parent 8130eda339
commit 9cfc3d3c83
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ RUN DEBIAN_FRONTEND=noninteractive \
libvirt-dev:arm64 && \
dpkg --configure -a
RUN curl -sSL https://golang.org/dl/go${GO_VERSION}.linux-amd64.tar.gz | tar -C /usr/local -xzf -
RUN curl -sSL https://golang.org/dl/go${GO_VERSION}.linux-arm64.tar.gz | tar -C /usr/local -xzf -
ENV GOPATH /go