mirror of
https://github.com/kerberos-io/agent.git
synced 2025-09-26 20:21:22 +08:00
Add missing go version check in Dockerfile build step
This commit is contained in:
@@ -18,7 +18,7 @@ RUN apt-get upgrade -y && apt-get update && apt-get install -y --fix-missing --n
|
||||
|
||||
############################
|
||||
# Build Golang
|
||||
|
||||
RUN go version
|
||||
RUN ARCH=$(uname -m) && \
|
||||
ARCH=$([ "$(uname -m)" = "armv7l" ] && echo "armv6l" || echo $ARCH) && \
|
||||
ARCH=$([ "$(uname -m)" = "x86_64" ] && echo "amd64" || echo $ARCH) && \
|
||||
|
Reference in New Issue
Block a user