feat: embed console into go binary (#3391)

This commit is contained in:
Livio Amstutz
2022-04-04 09:51:35 +02:00
committed by GitHub
parent 87560157c1
commit 5112aae177
6 changed files with 17 additions and 11 deletions

View File

@@ -13,6 +13,7 @@ before:
- sh -c "cp -r .artifacts/grpc/go-client/* ."
- docker build -f build/console/Dockerfile . -t zitadel-npm-base --target npm-copy -o .artifacts/grpc/js-client
- docker build -f build/console/Dockerfile . -t zitadel-npm-base --target angular-export -o .artifacts/console
- sh -c "cp -r .artifacts/console/* internal/api/ui/console/static/"
builds:
- env:
- CGO_ENABLED=0