authelia/cmd/authelia-scripts
Amir Zarrinkafsh 92ec00d7c5
feat: builds with gox and buildx (#2381)
* feat: builds with gox and buildx

This change builds all of Authelia respective binaries in parallel within a single step and distributes as necessary to subsequent steps, we now also build and distribute for the following OS/Architecture: freebsd/amd64.

Our CI/CD pipeline now also utilises docker buildx as a default for builds and pushes.

* refactor: clean up docker helper

* Remove `authelia-scripts docker push-image` command as all pushes will be performed with buildx and manifests
* Rename the --arch flag to --container
* Add Dockerfile.dev for users that want to build an Authelia container from source without utilising suites
* Set Dockerfile.dev as default for `authelia-scripts docker build` command

* refactor: variant -> container
2021-09-16 22:39:18 +10:00
..
authelia-scripts do not hardcode /bin/bash (#1122) 2020-06-18 09:49:13 +02:00
cmd_bootstrap.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
cmd_build.go feat: builds with gox and buildx (#2381) 2021-09-16 22:39:18 +10:00
cmd_ci.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
cmd_clean.go [CI] Add godot linter (#958) 2020-05-02 15:06:39 +10:00
cmd_docker.go feat: builds with gox and buildx (#2381) 2021-09-16 22:39:18 +10:00
cmd_serve.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
cmd_suites.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
cmd_unittest.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
cmd_xflags.go build: add enhanced information (#2067) 2021-06-18 14:35:43 +10:00
const.go feat: builds with gox and buildx (#2381) 2021-09-16 22:39:18 +10:00
docker.go feat: builds with gox and buildx (#2381) 2021-09-16 22:39:18 +10:00
helpers.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
main.go feat: builds with gox and buildx (#2381) 2021-09-16 22:39:18 +10:00