Skip to content

Commit

Permalink
refactor: build command for cross platform images REFS #43
Browse files Browse the repository at this point in the history
  • Loading branch information
devraj committed Jun 21, 2023
1 parent ce43317 commit 52e2b60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ tasks:
desc: builds a publishable docker image
cmds:
- |
docker build -t anomalyhq/python-lab-server-api:v{{.PROJ_VER}} -f Dockerfile.api .
docker buildx build --platform=linux/amd64,linux/arm64 --push -t ghcr.io/anomaly/ghcr.io/{{.ORG_NAME}}/{{.PROJ_NAME}}:v{{.PROJ_VER}} -t ghcr.io/ghcr.io/{{.ORG_NAME}}/{{.PROJ_NAME}}:latest -f Dockerfile .
dev:test:
desc: runs tests inside the server container
summary: |
Expand Down

0 comments on commit 52e2b60

Please sign in to comment.