File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ if [[ ! -z ${GITHUB_ACTIONS+x} ]]; then
88 if command -v podman > /dev/null 2>&1 ; then
99 docker=" podman"
1010 fi
11- $docker run --platform linux/amd64 -e SILKDOTNET_DockerBuild=1 -e GITHUB_ACTIONS=1 -v $( readlink -f ../../../) :/data debian bash -c " cd /data/sources/OpenAL/Soft. Native && ./build-linux-arm64 .sh"
11+ $docker run --platform linux/amd64 -e SILKDOTNET_DockerBuild=1 -e GITHUB_ACTIONS=1 -v $( readlink -f ../../../) :/data debian bash -c " cd /data/sources/SDL/ Native && ./build-linux-arm .sh"
1212 exit
1313 else
1414 ../../../eng/native/buildsystem/download-zig.py
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ if [[ ! -z ${GITHUB_ACTIONS+x} ]]; then
88 if command -v podman > /dev/null 2>&1 ; then
99 docker=" podman"
1010 fi
11- $docker run --platform linux/amd64 -e SILKDOTNET_DockerBuild=1 -e GITHUB_ACTIONS=1 -v $( readlink -f ../../../) :/data debian bash -c " cd /data/sources/OpenAL/Soft. Native && ./build-linux-arm64.sh"
11+ $docker run --platform linux/amd64 -e SILKDOTNET_DockerBuild=1 -e GITHUB_ACTIONS=1 -v $( readlink -f ../../../) :/data debian bash -c " cd /data/sources/SDL/ Native && ./build-linux-arm64.sh"
1212 exit
1313 else
1414 ../../../eng/native/buildsystem/download-zig.py
You can’t perform that action at this time.
0 commit comments