[PR #291] [MERGED] DPS 3 - aarch64 binary #397

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

📋 Pull Request Information

Original PR: https://github.com/mageddo/dns-proxy-server/pull/291
Author: @mageddo
Created: 2/20/2023
Status: Merged
Merged: 2/20/2023
Merged by: @mageddo

Base: masterHead: arm-image


📝 Commits (10+)

📊 Changes

15 files changed (+185 additions, -87 deletions)

View changed files

📝 .dockerignore (+1 -1)
📝 .github/workflows/actions-deploy.yml (+5 -1)
📝 DRAFT.md (+25 -0)
📝 Dockerfile (+1 -10)
📝 Dockerfile.aarch64 (+1 -1)
Dockerfile.arm7x86 (+0 -6)
Dockerfile.arm7x86.build (+0 -5)
Dockerfile.builder.linux-aarch64 (+29 -0)
Dockerfile.builder.linux-amd64 (+10 -0)
📝 RELEASE-NOTES.md (+5 -0)
📝 builder.bash (+88 -42)
docker-compose-alpha.yml (+0 -7)
📝 docker-compose.yml (+18 -13)
📝 gradle.properties (+1 -1)
📝 src/main/resources/application.properties (+1 -0)

📄 Description

Partially fixing https://github.com/mageddo/dns-proxy-server/issues/267


🔄 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/291 **Author:** [@mageddo](https://github.com/mageddo) **Created:** 2/20/2023 **Status:** ✅ Merged **Merged:** 2/20/2023 **Merged by:** [@mageddo](https://github.com/mageddo) **Base:** `master` ← **Head:** `arm-image` --- ### 📝 Commits (10+) - [`17e1c39`](https://github.com/mageddo/dns-proxy-server/commit/17e1c39d41b9ca55d7e147aa5941041680f45250) trying to create build modules - [`7a156a3`](https://github.com/mageddo/dns-proxy-server/commit/7a156a34511a85110786f8470fdd153f0b7be17b) try to create artifacts in a new mode - [`b0e9fab`](https://github.com/mageddo/dns-proxy-server/commit/b0e9fab23a225eec19a9f0986c1dcc947db1c416) setup arm64 builder - [`a884ba6`](https://github.com/mageddo/dns-proxy-server/commit/a884ba61ef9248ea31f2c7b5ee61b7a1c4d1d3d1) adjustments - [`c330db6`](https://github.com/mageddo/dns-proxy-server/commit/c330db69e3f09ef05ae5f049d38fa42f4928eafa) it's owrking - [`88b623d`](https://github.com/mageddo/dns-proxy-server/commit/88b623d78939bbc74d7ee89a4c7c27d4ea765971) improvements - [`f762a93`](https://github.com/mageddo/dns-proxy-server/commit/f762a93360f801a931fd58e273dbec66e3efe609) new way to build aarch binary - [`1cc082c`](https://github.com/mageddo/dns-proxy-server/commit/1cc082ce52122b33559b5042a3e48ec531718e70) Looks like fixed arm build - [`e438649`](https://github.com/mageddo/dns-proxy-server/commit/e43864970f9ae2759f6fe0ed2bffff175cc405bc) exporting native-image-source - [`907e3c1`](https://github.com/mageddo/dns-proxy-server/commit/907e3c1a7c20b956be9df8d5a2600e338cd09f89) fixed ### 📊 Changes **15 files changed** (+185 additions, -87 deletions) <details> <summary>View changed files</summary> 📝 `.dockerignore` (+1 -1) 📝 `.github/workflows/actions-deploy.yml` (+5 -1) 📝 `DRAFT.md` (+25 -0) 📝 `Dockerfile` (+1 -10) 📝 `Dockerfile.aarch64` (+1 -1) ➖ `Dockerfile.arm7x86` (+0 -6) ➖ `Dockerfile.arm7x86.build` (+0 -5) ➕ `Dockerfile.builder.linux-aarch64` (+29 -0) ➕ `Dockerfile.builder.linux-amd64` (+10 -0) 📝 `RELEASE-NOTES.md` (+5 -0) 📝 `builder.bash` (+88 -42) ➖ `docker-compose-alpha.yml` (+0 -7) 📝 `docker-compose.yml` (+18 -13) 📝 `gradle.properties` (+1 -1) 📝 `src/main/resources/application.properties` (+1 -0) </details> ### 📄 Description Partially fixing https://github.com/mageddo/dns-proxy-server/issues/267 --- <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:06 +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#397
No description provided.