From e355977bbf7002e45a004ae05cd5ff1cc0fc6ad2 Mon Sep 17 00:00:00 2001 From: Yves Brissaud Date: Thu, 10 Oct 2024 20:47:56 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=89=20dogfood=20docker=20runx=20as=20a?= =?UTF-8?q?=20way=20to=20build=20docker=20runx?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit docker runx --list docker runx build docker runx build:all Signed-off-by: Yves Brissaud --- .docker/runx.yaml | 11 +++++++++++ .gitignore | 1 - 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 .docker/runx.yaml diff --git a/.docker/runx.yaml b/.docker/runx.yaml new file mode 100644 index 0000000..732cb47 --- /dev/null +++ b/.docker/runx.yaml @@ -0,0 +1,11 @@ +ref: eunomie/go +images: + eunomie/go: + actions: + build: + opts: + bin_name: docker-runx + build:all: + opts: + bin_name: docker-runx + platforms: linux/amd64,linux/arm64,darwin/amd64,darwin/arm64,windows/amd64,windows/arm64 diff --git a/.gitignore b/.gitignore index b0a2f9b..7330482 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,2 @@ /dist /.coverage -/.docker