Skip to content

Commit

Permalink
Merge pull request #14139 from sharifelgamal/fix-test-arm64
Browse files Browse the repository at this point in the history
install proper version of golang in arm64 kvm installer dockerfile
  • Loading branch information
sharifelgamal authored May 10, 2022
2 parents 04f627d + d07ed18 commit 179725f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/functional_verified.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- "**.yml"
- "**.yaml"
- "Makefile"
- "**Dockerfile**"
- "!deploy/kicbase/**"
- "!deploy/iso/**"
types:
Expand Down
2 changes: 1 addition & 1 deletion installers/linux/kvm/Dockerfile.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 179725f

Please sign in to comment.