Skip to content

Commit

Permalink
Test native-image from base image
Browse files Browse the repository at this point in the history
  • Loading branch information
findepi committed Sep 23, 2023
1 parent c9b4110 commit 63d73bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/test-native.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -xeuo pipefail

docker run -i --name graalvm-native --volume sandbox:/sandbox "${IMAGE_NAME}:${GRAAL_VERSION}-${JDK_VERSION}-native" bash <<"DOCKER_CMD"
docker run -i --name graalvm-native --volume sandbox:/sandbox "${IMAGE_NAME}:${GRAAL_VERSION}-${JDK_VERSION}" bash <<"DOCKER_CMD"
PS4="+++ "
set -xeuo pipefail
cd /sandbox
Expand Down

0 comments on commit 63d73bf

Please sign in to comment.