Skip to content

Commit eff3b9d

Browse files
adds buildx make line
1 parent 3f07deb commit eff3b9d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,7 @@ clean:
7373
build:
7474
docker build -t infinity-api . --no-cache
7575

76+
buildx:
77+
docker buildx build --platform linux/amd64 -t infinity-api . --no-cache
78+
7679
.PHONY: black flake8 pylint test dev clean build ruff format

0 commit comments

Comments
 (0)