Skip to content

Commit

Permalink
[SC64][BUILD] Force docker image platform to linux/x86_64
Browse files Browse the repository at this point in the history
  • Loading branch information
Polprzewodnikowy committed Jan 27, 2025
1 parent b3d9e98 commit 20a9ec0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker_build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/bash

BUILDER_IMAGE="ghcr.io/polprzewodnikowy/sc64env:v1.10"
BUILDER_PLATFORM="linux/x86_64"

pushd $(dirname $0) > /dev/null

Expand Down Expand Up @@ -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 $@

Expand Down

0 comments on commit 20a9ec0

Please sign in to comment.