Skip to content

Commit

Permalink
syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
bjia56 authored Oct 19, 2024
1 parent 9a68cb0 commit 22dbe54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/repackage_graalpy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ if [[ "${PLATFORM}" != "windows" ]]; then
fi

if [[ "${PLATFORM}" == "linux" ]]; then
docker pull --platform "${DOCKER_PLATFORM} "${DOCKER_IMAGE}"
docker pull --platform "${DOCKER_PLATFORM}" "${DOCKER_IMAGE}"
function maybe_docker () {
docker run --platform "${DOCKER_PLATFORM} -v .:/ws --workdir /ws "${DOCKER_IMAGE}" "$@"
docker run --platform "${DOCKER_PLATFORM}" -v .:/ws --workdir /ws "${DOCKER_IMAGE}" "$@"
sudo chown -R $(id -u):$(id -g) .
}
else
Expand Down

0 comments on commit 22dbe54

Please sign in to comment.