Files
polaris/.gitignore
ivanfetch-fwandGitHub 29102deadf Build docker images using goreleaser and support arm64 (#845)
* Use goreleaser to build and push docker images

* Update CircleCI config to install goreleaser dependencies

* Update goreleaser.sh to create a temporary tag when CIRCLE_TAG is not set

* Update Dockerfile for goreleaser

* Update goreleaser.sh to trap errors and cleanup temporary git branch, for local runs

* Update goreleaser.sh to envsubst specific variables, to not break the `sign` section using signature and artifact variables

* Fix goreleaser.sh logic to only release when CIRCLE_TAG is set
2022-09-22 11:00:02 -06:00

34 lines
412 B
Plaintext

# goreleaser is run via a wrapper that creates .goreleaser.yml from .goreleaser.yml.envsubst
.goreleaser.yml
# dist
# # Binaries for programs and plugins
.go-version
*.exe
*.exe~
*.dll
*.so
*.dylib
polaris
!cmd/polaris
!deploy/helm/polaris
# Test binary, build with `go test -c`
*.test
# Output of the go coverage tool
/*.out
Tiltfile
main
.DS_Store
*-packr.go
dist
.vscode
*-test.yaml
node_modules
/dist