drone correct arch management
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
FROM debian:11-slim
|
||||
|
||||
ARG HUGO_VERSION=0.110.0
|
||||
ARG HUGO_ARCH=amd64
|
||||
|
||||
ADD "https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb" /tmp/hugo.deb
|
||||
ADD "https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-${HUGO_ARCH}.deb" /tmp/hugo.deb
|
||||
|
||||
RUN \
|
||||
apt install -y /tmp/hugo.deb && rm /tmp/hugo.deb
|
||||
|
||||
Reference in New Issue
Block a user