Commit Graph

7 Commits

Author SHA1 Message Date
Thomas Boerger b4fa179180
Compile Hugo on our own, fix extended version and refactoring
Since the extended version is only available for amd64 I have started to
build Hugo on our own in a multi stage Dockerfile. Now we are installing
both binaries, regular hugo and extended hugo, bundled into the Docker
image.

Beside that the download for regular hugo and extended hugo should also
be more solid now.

After that I have also added more aliases for the environment variables.
As mentioned on some GitHub issue we are also installing more required
packages for a downloaded extended Hugo version as this relies on
libc6-compat and libstdc++.
2020-05-15 02:13:51 +02:00
Florian Brinker d2fa5f5ce0 Fix empty version in download with buildInVersion fallback 2019-11-13 12:59:43 +01:00
Jens True 1f5cdffd0b Added the hugoExtended 2019-04-25 10:48:42 +02:00
Thomas Boerger d2c5ed8ad7
Move main package to top directory as the other plugins 2019-02-15 11:54:41 +01:00
techknowlogick 9aee76b213 add cacheDir flag (#11)
golang version of #7 

-----
This enables setting a custom cache directory for Hugo. Some caching
plugins (e.g. http://plugins.drone.io/drillster/drone-volume-cache/)
require the directories to be cached to be located inside the workspace.
2018-10-29 15:45:36 +08:00
cbrgm b7ceb78f28 Removing architecture attribute from plugin struct, adding switch statement for GOARCH mapping 2018-08-08 21:41:01 +02:00
cbrgm 1ec3bbb482 Go implementation of the original bash plugin, containing all features 2018-06-12 18:41:04 +02:00