Skip to content

Commit

Permalink
🎉 dogfood docker runx as a way to build docker runx
Browse files Browse the repository at this point in the history
docker runx --list
docker runx build
docker runx build:all

Signed-off-by: Yves Brissaud <[email protected]>
  • Loading branch information
eunomie committed Oct 10, 2024
1 parent 72e3dca commit e355977
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .docker/runx.yaml
Original file line number Diff line number Diff line change
@@ -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
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
/dist
/.coverage
/.docker

0 comments on commit e355977

Please sign in to comment.