fix docker image release

This commit is contained in:
Chris Lu 2021-04-18 21:46:03 -07:00
parent e983f91b03
commit 1faafce832

View file

@ -1,6 +1,7 @@
FROM alpine
ARG RELEASE=latest # 'latest' or 'dev'
# 'latest' or 'dev'
ARG RELEASE=latest
RUN \
ARCH=$(if [ $(uname -m) == "x86_64" ] && [ $(getconf LONG_BIT) == "64" ]; then echo "amd64"; \