Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
mpasternak committed Oct 6, 2024
1 parent 0daceba commit 1f70953
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -167,11 +167,10 @@ loc: clean

DOCKER_VERSION="202410.1140"

# Kiedyś było tak: 2 platformy + --push
# DOCKER_BUILD=build --platform linux/amd64,linux/arm64 --push
DOCKER_BUILD=build --platform linux/amd64,linux/arm64 --push

# Teraz jest Docker BuildCloud, budujemy lokalnie bez push
DOCKER_BUILD=build --platform linux/arm64
# Na lokalnej maszynie użyj:
# DOCKER_BUILD=build --platform linux/arm64

build-dbserver:
docker buildx ${DOCKER_BUILD} -t iplweb/bpp_dbserver:${DOCKER_VERSION} -t iplweb/bpp_dbserver:latest -f deploy/dbserver/Dockerfile deploy/dbserver/
Expand Down

0 comments on commit 1f70953

Please sign in to comment.