|
|
@@ -36,11 +36,9 @@ commands:
|
|
|
command: |
|
|
|
cd ~/repo
|
|
|
|
|
|
- # Installs to move to image building
|
|
|
- curl -O https://dl.google.com/go/go1.17.linux-<< parameters.go_arch >>.tar.gz
|
|
|
- tar -xvf go1.17.linux-<< parameters.go_arch >>.tar.gz
|
|
|
- export GO111MODULE=on
|
|
|
- go/bin/go get -u github.com/raviqqe/muffet@v1.5.7
|
|
|
+ curl -O https://dl.google.com/go/go1.23.4.linux-<< parameters.go_arch >>.tar.gz
|
|
|
+ tar -xvf go1.23.4.linux-<< parameters.go_arch >>.tar.gz
|
|
|
+ go/bin/go install github.com/raviqqe/muffet/v2@latest
|
|
|
|
|
|
curl --output hugo_0.69.0_Linux.tar.gz -L https://github.com/gohugoio/hugo/releases/download/v0.69.0/hugo_0.69.0_Linux-<< parameters.hugo_arch >>.tar.gz
|
|
|
tar -xvf hugo_0.69.0_Linux.tar.gz
|