feat: containerize (#19)

* feat: containerize

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

Co-authored-by: sh0rez <me@shorez.de>
This commit is contained in:
Jeroen Op 't Eynde 2021-06-03 14:58:12 +02:00 committed by GitHub
parent 3e1757637e
commit 1f8d4c6fbf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 47 additions and 15 deletions

View file

@ -5,7 +5,7 @@ import (
"os"
"path/filepath"
"github.com/sh0rez/docsonnet/pkg/docsonnet"
"github.com/jsonnet-libs/docsonnet/pkg/docsonnet"
)
func To(pkg docsonnet.Package, dir string, opts Opts) (int, error) {