Skip to content

Commit d3feb87

Browse files
committed
Build netty-all without the native dependencies profile because we're not building linux arm and riscv which are required
1 parent 41ff573 commit d3feb87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-and-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ jobs:
264264
- name: Generate netty-all and deploy to local staging
265265
run: |
266266
mkdir -p ~/all-local-staging
267-
./mvnw -B --file pom.xml -Pnative-dependencies -pl all \
267+
./mvnw -B --file pom.xml -pl all \
268268
clean package org.sonatype.plugins:nexus-staging-maven-plugin:deploy \
269269
-DaltStagingDirectory=$HOME/all-local-staging \
270270
-DskipRemoteStaging=true \

0 commit comments

Comments
 (0)