Skip to content

Commit 8c1311b

Browse files
committed
WIP: minor build script fix
1 parent 4254b56 commit 8c1311b

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/tests/multi-server/scripts/build_image.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
#!/bin/bash
2+
for arg in "$@"; do
3+
case $arg in
4+
BUILD_PLATFORM=*) BUILD_PLATFORM="${arg#*=}" ;;
5+
esac
6+
done
7+
28
PLATFORM_ARG=""
39

410
# This allows us to build an image on Apple Silicon where the base image was built on an linux/amd64 platform.

0 commit comments

Comments
 (0)