Commit Graph

7 Commits

Author SHA1 Message Date
Thomas Boerger f723940bc7
Make vet and testing happy 2020-05-15 02:25:23 +02:00
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
Jens True 1f5cdffd0b Added the hugoExtended 2019-04-25 10:48:42 +02:00
Bo-Yi Wu 9b5c18bcdd feat(vendor): switch dep to go module
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2019-01-09 15:18:15 +08:00
cbrgm 28c712dc98 Fix integration test 2018-08-08 21:49:22 +02: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