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: 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