mirror of
https://github.com/Polprzewodnikowy/SummerCart64.git
synced 2025-02-02 14:22:32 +01:00
[SC64][BUILD] Force docker image platform to linux/x86_64
This commit is contained in:
parent
b3d9e98e68
commit
20a9ec0087
@ -1,6 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
BUILDER_IMAGE="ghcr.io/polprzewodnikowy/sc64env:v1.10"
|
||||
BUILDER_PLATFORM="linux/x86_64"
|
||||
|
||||
pushd $(dirname $0) > /dev/null
|
||||
|
||||
@ -28,6 +29,7 @@ docker run \
|
||||
-e GIT_SHA="$GIT_SHA" \
|
||||
-e GIT_MESSAGE="$GIT_MESSAGE" \
|
||||
-e SC64_VERSION=${SC64_VERSION:-""} \
|
||||
--platform $BUILDER_PLATFORM \
|
||||
$BUILDER_IMAGE \
|
||||
./build.sh $@
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user