mirror of
https://github.com/mageddo/dns-proxy-server.git
synced 2026-04-25 09:25:56 +03:00
[PR #354] [MERGED] Dagger 2: Fixing arm64 build #440
Labels
No labels
bug
confirmed
discussion
duplicate
enhancement
feature
feature-request
not-planned
pull-request
secondary-feature
stale
triage
waiting-feedback
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dns-proxy-server-mageddo#440
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/mageddo/dns-proxy-server/pull/354
Author: @mageddo
Created: 3/12/2023
Status: ✅ Merged
Merged: 3/12/2023
Merged by: @mageddo
Base:
master← Head:dagger-2📝 Commits (10+)
501d020adjusting build769ffb1adjusting native image args8e8338cadjusting native image argsab9239dwon't be able to use link build time because of commons compress which uses org.apache.commons.compress.compressors.brotli.BrotliCompressorInputStream9282d31adjusting artifacts8944c51must include static files archivefc18e74fixing native image5c69a4crefactoring reflection config9d79073activating exit handlers31392feadjusting lha📊 Changes
11 files changed (+45 additions, -43 deletions)
View changed files
📝
Dockerfile.builder.linux-aarch64(+3 -20)📝
Dockerfile.builder.linux-amd64(+4 -3)📝
README.md(+1 -0)📝
build.gradle(+1 -0)📝
builder.bash(+2 -2)📝
src/main/java/com/mageddo/dnsproxyserver/config/entrypoint/package-info.java(+2 -6)📝
src/main/java/com/mageddo/dnsproxyserver/server/dns/TCPServer.java(+10 -6)➕
src/main/java/com/mageddo/dnsproxyserver/server/rest/reqres/package-info.java(+7 -0)📝
src/main/java/com/mageddo/dnsproxyserver/utils/Ips.java(+8 -0)📝
src/main/java/com/mageddo/jna/package-info.java(+3 -6)📝
src/main/resources/META-INF/native-image/dps/native-image.properties(+4 -0)📄 Description
Fixes #326 finally
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.