Skip to content

Commit 9a0e27b

Browse files
try again
1 parent 56b04b3 commit 9a0e27b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-native-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
run: |
8686
docker run \
8787
--rm -w /github/workspace -v "$(pwd):/github/workspace" \
88-
$(docker build -q ./docker/native-image-musl) \
88+
ghcr.io/graalvm/native-image-community:21-muslib \
8989
sh -c "./gradlew -PnativeBuild -PnativeBuildMusl :temporal-test-server:nativeCompile"
9090
# path ends in a wildcard because on windows the file ends in '.exe'
9191
- name: Upload executable to workflow

0 commit comments

Comments
 (0)