1
0
mirror of https://github.com/kata-containers/kata-containers.git synced 2025-05-07 16:07:37 +00:00

osbuilder: remove redundant env variable

Remove second declaration of GO_HOME in roofs-build ubuntu script.

Signed-off-by: Nikos Ch. Papadopoulos <ncpapad@cslab.ece.ntua.gr>
This commit is contained in:
Nikos Ch. Papadopoulos 2024-11-11 18:47:26 +02:00
parent 5618180e63
commit ab80cf8f48

View File

@ -14,7 +14,6 @@ ENV PATH="/opt/cargo/bin/:/opt/go/bin:${PATH}"
ARG GO_VERSION
ARG RUST_TOOLCHAIN
ENV GO_HOME="/opt"
ENV PATH="/opt/go/bin:${PATH}"
SHELL ["/bin/bash", "-o", "pipefail", "-c"]