[PR #354] [MERGED] Dagger 2: Fixing arm64 build #440

Closed
opened 2026-02-26 04:35:15 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: dagger-2


📝 Commits (10+)

  • 501d020 adjusting build
  • 769ffb1 adjusting native image args
  • 8e8338c adjusting native image args
  • ab9239d won't be able to use link build time because of commons compress which uses org.apache.commons.compress.compressors.brotli.BrotliCompressorInputStream
  • 9282d31 adjusting artifacts
  • 8944c51 must include static files archive
  • fc18e74 fixing native image
  • 5c69a4c refactoring reflection config
  • 9d79073 activating exit handlers
  • 31392fe adjusting 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.

## 📋 Pull Request Information **Original PR:** https://github.com/mageddo/dns-proxy-server/pull/354 **Author:** [@mageddo](https://github.com/mageddo) **Created:** 3/12/2023 **Status:** ✅ Merged **Merged:** 3/12/2023 **Merged by:** [@mageddo](https://github.com/mageddo) **Base:** `master` ← **Head:** `dagger-2` --- ### 📝 Commits (10+) - [`501d020`](https://github.com/mageddo/dns-proxy-server/commit/501d02030501705f417403b29f31c7256bceb5dc) adjusting build - [`769ffb1`](https://github.com/mageddo/dns-proxy-server/commit/769ffb180bcc3e0baa53a11e1b197d340b8efb4a) adjusting native image args - [`8e8338c`](https://github.com/mageddo/dns-proxy-server/commit/8e8338cf21098d6fa2331bb6d28a1a10d9186f9e) adjusting native image args - [`ab9239d`](https://github.com/mageddo/dns-proxy-server/commit/ab9239dfd92ac4504cf904b4160be6628e0c42dd) won't be able to use link build time because of commons compress which uses org.apache.commons.compress.compressors.brotli.BrotliCompressorInputStream - [`9282d31`](https://github.com/mageddo/dns-proxy-server/commit/9282d313fbaf33d8c77dd2d09c6a5db8361e3a4d) adjusting artifacts - [`8944c51`](https://github.com/mageddo/dns-proxy-server/commit/8944c519a6a08c189d6592dd92910e565c32a219) must include static files archive - [`fc18e74`](https://github.com/mageddo/dns-proxy-server/commit/fc18e746beedbde763c9187d2500c66ad0373615) fixing native image - [`5c69a4c`](https://github.com/mageddo/dns-proxy-server/commit/5c69a4cf45a64be690728d419255a2a8e2908909) refactoring reflection config - [`9d79073`](https://github.com/mageddo/dns-proxy-server/commit/9d790733343dec1bf202cdd81624a28a18bd9c5c) activating exit handlers - [`31392fe`](https://github.com/mageddo/dns-proxy-server/commit/31392fe453aec5a7260c100816ab4b34cd54ef3c) adjusting lha ### 📊 Changes **11 files changed** (+45 additions, -43 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Fixes #326 finally --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 04:35:15 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/dns-proxy-server-mageddo#440
No description provided.