Skip to content

Commit

Permalink
--wip-- [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
acheronfail committed Jan 9, 2024
1 parent fae12d5 commit fae17f8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,16 @@ docker-sh: docker-build
docker-build:
docker build --progress=plain --platform 'linux/amd64' -t {{tag}} .

docker-pull:
docker pull {{tag}}

docker-push: docker-build
docker push {{tag}}

docker-measure what: docker-build
docker-measure what:
docker run --rm -ti --platform 'linux/amd64' -v "$PWD/results:/data/results" {{tag}} just measure {{what}}

docker-measure-all: docker-build
docker-measure-all:
docker run --rm -ti --platform 'linux/amd64' -v "$PWD/results:/data/results" {{tag}} just measure-all

measure-all:
Expand Down

0 comments on commit fae17f8

Please sign in to comment.