Commit graph

10 commits

Author SHA1 Message Date
Matthias Riegler
b2e9d3bb12
chore/fix: switch release pipeline to goreleaser & ghcr.io (#43)
* chore: add goreleaser config + adapt Dockerfile
* chore: cleanup makefile and deprecated pipeline
* chore: go mod tidy -go=1.19
* feat: add release pipeline

---------

Signed-off-by: Matthias Riegler <me@xvzf.tech>
2023-02-16 09:38:05 +01:00
Matthias Riegler
01f689fb4a
Revert "chore/fix: switch release pipeline to goreleaser & ghcr.io (#40)" (#42)
This reverts commit b56a421ef2.
2023-01-28 21:42:36 +01:00
Matthias Riegler
b56a421ef2
chore/fix: switch release pipeline to goreleaser & ghcr.io (#40)
* chore: add goreleaser config + adapt Dockerfile

Signed-off-by: Matthias Riegler <me@xvzf.tech>

* chore: cleanup makefile and deprecated pipeline

Signed-off-by: Matthias Riegler <me@xvzf.tech>

* chore: go mod tidy -go=1.19

Signed-off-by: Matthias Riegler <me@xvzf.tech>

---------

Signed-off-by: Matthias Riegler <me@xvzf.tech>
2023-01-28 21:41:50 +01:00
Jeroen Op 't Eynde
794fed0c46
fix(pkg): lint errors (#32) 2022-10-24 09:08:51 +02:00
Jeroen Op 't Eynde
fedfb4920f
Extend render template with common usage & install instructions (#27)
* Extend render template with jsonnet-bundler instructions

* push usage/install templates up the stack

* ensure newline between docs and header

* correctly quote default args
2022-06-13 13:42:51 +02:00
Jeroen Op 't Eynde
f47f46f93f
Render Markdown with Jsonnet natively (#26) 2022-06-11 14:49:15 +02:00
Duologic
21bb1d8d9c tag v0.0.3 for new docker images 2021-06-17 15:12:00 +02:00
Jeroen Op 't Eynde
b4690affcf
bump version (#24) 2021-06-17 13:50:47 +02:00
Jeroen Op 't Eynde
4f0571d7e1
add github action to push image (#21)
Co-authored-by: sh0rez <me@shorez.de>
2021-06-04 22:10:06 +02:00
Jeroen Op 't Eynde
1f8d4c6fbf
feat: containerize (#19)
* feat: containerize

* Stripping reduces binary size, fully static linking makes the binary more portable

Co-authored-by: sh0rez <me@shorez.de>
2021-06-03 14:58:12 +02:00