Release v1.0.27
All checks were successful
Release Build / create-release-branch (push) Successful in 8s

This commit is contained in:
2025-07-28 11:46:04 +06:00
parent 7c3d490685
commit dd3de165f7
7 changed files with 296 additions and 184 deletions

8
build-builder.sh Normal file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
docker buildx build \
--platform linux/amd64,linux/arm64 \
--tag "${DOCKERHUB_USERNAME:-kuznetcovay}"/my-build-golang-runner:latest \
--push \
-f Dockerfile_for_runner_image \
.