mirror of
https://github.com/outbackdingo/labca.git
synced 2026-01-27 10:19:34 +00:00
Add action to build standalone docker images [#124]
Builds the standalone binary for both amd64 and arm64, and then builds a multi-arch docker image and pushes it to the GitHub Container Registry.
This commit is contained in:
@@ -103,6 +103,7 @@ goversion=$(grep GO_VERSION -A 3 ../boulder/.github/workflows/release.yml | egre
|
||||
echo "Boulder .github/workflows/release.yml"
|
||||
grep GO_VERSION -A 3 ../boulder/.github/workflows/release.yml | egrep "\- [\"0-9]+" | sed -e "s/yml-/yml/"
|
||||
colorGoVersion .github/workflows/release.yml $goversion
|
||||
colorGoVersion .github/workflows/build-standalone.yml $goversion
|
||||
echo
|
||||
|
||||
goversion=$(grep GO_VERSION ../boulder/docker-compose.yml | sed -e "s/\s*GO_VERSION://")
|
||||
|
||||
Reference in New Issue
Block a user