We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81e694a commit 3156ed4Copy full SHA for 3156ed4
Makefile
@@ -25,6 +25,7 @@ binary: clean ## Build the binary distribution
25
native-image: clean ## Build the native image
26
@mvnw -q package -DskipTests -P native-image -P '!java-packaging'
27
native-image -jar target/perf-test.jar -H:Features="com.rabbitmq.perf.NativeImageFeature" \
28
+ --static --libc=musl \
29
--initialize-at-build-time=io.micrometer \
30
--initialize-at-build-time=com.rabbitmq.client \
31
--initialize-at-build-time=org.eclipse.jetty \
0 commit comments