We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2f3172 commit 71d224eCopy full SHA for 71d224e
1 file changed
.github/workflows/build-native-image.yml
@@ -97,7 +97,7 @@ jobs:
97
run: |
98
docker run \
99
--rm -w /github/workspace -v "$(pwd):/github/workspace" \
100
- $(docker build -q ./docker/native-image-musl) \
+ $(docker build ./docker/native-image-musl) \
101
sh -c "./gradlew -PnativeBuild -PnativeBuildMusl :temporal-test-server:nativeCompile"
102
# path ends in a wildcard because on windows the file ends in '.exe'
103
- name: Upload executable to workflow
0 commit comments