mirror of
https://github.com/jakeswenson/BitBetter.git
synced 2025-12-21 09:36:40 +00:00
Correct value for --platform argument
This commit is contained in:
4
build.sh
4
build.sh
@@ -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" \
|
||||||
|
|||||||
Reference in New Issue
Block a user