fix go installation for arm64 kvm image
parent
8130eda339
commit
9cfc3d3c83
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue