Merge pull request #14139 from sharifelgamal/fix-test-arm64
install proper version of golang in arm64 kvm installer dockerfilepull/13639/head
commit
179725f492
|
|
@ -8,6 +8,7 @@ on:
|
|||
- "**.yml"
|
||||
- "**.yaml"
|
||||
- "Makefile"
|
||||
- "**Dockerfile**"
|
||||
- "!deploy/kicbase/**"
|
||||
- "!deploy/iso/**"
|
||||
types:
|
||||
|
|
|
|||
|
|
@ -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-arm64.tar.gz | tar -C /usr/local -xzf -
|
||||
RUN curl -sSL https://golang.org/dl/go${GO_VERSION}.linux-amd64.tar.gz | tar -C /usr/local -xzf -
|
||||
|
||||
ENV GOPATH /go
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue