Skip to content

Commit

Permalink
build: enable url protocols for native image
Browse files Browse the repository at this point in the history
  • Loading branch information
anirudhgray committed Oct 31, 2024
1 parent 0077dff commit b8afa50
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
run: |
cd tahini
native-image \
--enable-url-protocols=http \
--enable-url-protocols=https \
-H:IncludeResources="stdlib/.*" \
-jar app/build/libs/app.jar tahini
Expand All @@ -40,6 +42,8 @@ jobs:
run: |
cd tahini
native-image `
--enable-url-protocols=http `
--enable-url-protocols=https `
-H:IncludeResources="stdlib/.*" `
-jar app/build/libs/app.jar tahini
Expand Down

0 comments on commit b8afa50

Please sign in to comment.