darwin universal not so universal after all

This commit is contained in:
Robin Müller 2023-12-11 15:30:55 +01:00
parent 5135715d7a
commit 6d25e48916
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get --yes install rsync openssh-client
# Install hugo v0.121.1
RUN curl -sSL https://github.com/gohugoio/hugo/releases/download/v0.121.1/hugo_0.121.1_darwin-universal.tar.gz | tar -xz --directory /usr/local/bin
RUN curl -sSL https://github.com/gohugoio/hugo/releases/download/v0.121.1/hugo_0.121.1_Linux-64bit.tar.gz | tar -xz --directory /usr/local/bin
#ssh needs a valid user to work
RUN adduser --uid 114 jenkins