We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56b04b3 commit 9a0e27bCopy full SHA for 9a0e27b
.github/workflows/build-native-image.yml
@@ -85,7 +85,7 @@ jobs:
85
run: |
86
docker run \
87
--rm -w /github/workspace -v "$(pwd):/github/workspace" \
88
- $(docker build -q ./docker/native-image-musl) \
+ ghcr.io/graalvm/native-image-community:21-muslib \
89
sh -c "./gradlew -PnativeBuild -PnativeBuildMusl :temporal-test-server:nativeCompile"
90
# path ends in a wildcard because on windows the file ends in '.exe'
91
- name: Upload executable to workflow
0 commit comments