From a4ad22ec8f76dccb9542c6bddf6a7474b8b2e4d8 Mon Sep 17 00:00:00 2001 From: Sharif Elgamal Date: Tue, 10 May 2022 14:51:45 -0700 Subject: [PATCH 1/2] install proper version of golang in kvm installer dockerfile --- installers/linux/kvm/Dockerfile.arm64 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installers/linux/kvm/Dockerfile.arm64 b/installers/linux/kvm/Dockerfile.arm64 index 07249c7d5e..272c0a0d92 100644 --- a/installers/linux/kvm/Dockerfile.arm64 +++ b/installers/linux/kvm/Dockerfile.arm64 @@ -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 From d07ed187656bc0b2957728c203c131ff58a97362 Mon Sep 17 00:00:00 2001 From: Sharif Elgamal Date: Tue, 10 May 2022 15:07:23 -0700 Subject: [PATCH 2/2] build functional verified github actions when dockerfile changes --- .github/workflows/functional_verified.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/functional_verified.yml b/.github/workflows/functional_verified.yml index 09c113d415..70cfefc901 100644 --- a/.github/workflows/functional_verified.yml +++ b/.github/workflows/functional_verified.yml @@ -8,6 +8,7 @@ on: - "**.yml" - "**.yaml" - "Makefile" + - "**Dockerfile**" - "!deploy/kicbase/**" - "!deploy/iso/**" types: