Skip to content

Commit e355977

Browse files
committed
🎉 dogfood docker runx as a way to build docker runx
docker runx --list docker runx build docker runx build:all Signed-off-by: Yves Brissaud <[email protected]>
1 parent 72e3dca commit e355977

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

‎.docker/runx.yaml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
ref: eunomie/go
2+
images:
3+
eunomie/go:
4+
actions:
5+
build:
6+
opts:
7+
bin_name: docker-runx
8+
build:all:
9+
opts:
10+
bin_name: docker-runx
11+
platforms: linux/amd64,linux/arm64,darwin/amd64,darwin/arm64,windows/amd64,windows/arm64

‎.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
/dist
22
/.coverage
3-
/.docker

0 commit comments

Comments
 (0)