Remove buildx

This commit is contained in:
David Voswinkel 2023-05-16 18:42:40 +00:00
parent 24a44a20be
commit f6b526c69f

View file

@ -2,8 +2,7 @@ clean:
sudo rm -rf build sudo rm -rf build
docker-build: docker-build:
docker buildx use desktop-linux docker build -t portal64 .
docker buildx build --platform linux/amd64 -t portal64 .
docker-make: docker-make:
docker run -v $$PWD:/usr/src/app -it portal64 make docker run -v $$PWD:/usr/src/app -it portal64 make