Correct value for --platform argument

This commit is contained in:
captainhook 2025-10-03 23:32:35 +01:00
parent 9c3269a3e6
commit 45fc183c8c

View File

@ -40,7 +40,7 @@ cp $DIR/.keys/cert.cert $DIR/server/src/Core/licensing.cer
docker build \ docker build \
--no-cache \ --no-cache \
--platform "$BUILDPLATFORM" \ --platform "$TARGETPLATFORM" \
--build-arg BUILDPLATFORM="$BUILDPLATFORM" \ --build-arg BUILDPLATFORM="$BUILDPLATFORM" \
--build-arg TARGETPLATFORM="$TARGETPLATFORM" \ --build-arg TARGETPLATFORM="$TARGETPLATFORM" \
--label com.bitwarden.product="bitbetter" \ --label com.bitwarden.product="bitbetter" \
@ -50,7 +50,7 @@ docker build \
docker build \ docker build \
--no-cache \ --no-cache \
--platform "$BUILDPLATFORM" \ --platform "$TARGETPLATFORM" \
--build-arg BUILDPLATFORM="$BUILDPLATFORM" \ --build-arg BUILDPLATFORM="$BUILDPLATFORM" \
--build-arg TARGETPLATFORM="$TARGETPLATFORM" \ --build-arg TARGETPLATFORM="$TARGETPLATFORM" \
--label com.bitwarden.product="bitbetter" \ --label com.bitwarden.product="bitbetter" \