Release v1.0.27
All checks were successful
Release Build / create-release-branch (push) Successful in 8s
All checks were successful
Release Build / create-release-branch (push) Successful in 8s
This commit is contained in:
8
build-builder.sh
Normal file
8
build-builder.sh
Normal 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 \
|
||||
.
|
Reference in New Issue
Block a user