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"
|
- "**.yml"
|
||||||
- "**.yaml"
|
- "**.yaml"
|
||||||
- "Makefile"
|
- "Makefile"
|
||||||
|
- "**Dockerfile**"
|
||||||
- "!deploy/kicbase/**"
|
- "!deploy/kicbase/**"
|
||||||
- "!deploy/iso/**"
|
- "!deploy/iso/**"
|
||||||
types:
|
types:
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,7 @@ RUN DEBIAN_FRONTEND=noninteractive \
|
||||||
libvirt-dev:arm64 && \
|
libvirt-dev:arm64 && \
|
||||||
dpkg --configure -a
|
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
|
ENV GOPATH /go
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue