[PR #97] [MERGED] #87 ARM Binary Support #267

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

📋 Pull Request Information

Original PR: https://github.com/mageddo/dns-proxy-server/pull/97
Author: @mageddo
Created: 12/3/2018
Status: Merged
Merged: 12/4/2018
Merged by: @mageddo

Base: masterHead: feature/87


📝 Commits (10+)

📊 Changes

14 files changed (+137 additions, -37 deletions)

View changed files

📝 .gitignore (+1 -0)
📝 Dockerfile (+2 -2)
Dockerfile.arm7x86 (+5 -0)
Dockerfile.arm7x86.hub (+9 -0)
Dockerfile.arm8x64 (+5 -0)
Dockerfile.arm8x64.hub (+9 -0)
Dockerfile.arm8x86 (+5 -0)
Dockerfile.arm8x86.hub (+9 -0)
📝 Dockerfile.hub (+3 -3)
📝 VERSION (+1 -1)
📝 builder.bash (+46 -20)
📝 cache/timed/timedvalue_test.go (+1 -1)
📝 docker-compose.yml (+22 -6)
📝 docs/developing/Compiling-the-project-from-source.md (+19 -4)

📄 Description

No description provided


🔄 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/97 **Author:** [@mageddo](https://github.com/mageddo) **Created:** 12/3/2018 **Status:** ✅ Merged **Merged:** 12/4/2018 **Merged by:** [@mageddo](https://github.com/mageddo) **Base:** `master` ← **Head:** `feature/87` --- ### 📝 Commits (10+) - [`79adffb`](https://github.com/mageddo/dns-proxy-server/commit/79adffbc71cf375ef9d221204991895afed7ad41) #87 configuring arm build - [`b714a85`](https://github.com/mageddo/dns-proxy-server/commit/b714a857f46afe69e5889b6b4b8d3192eff99506) #87 setup docker build - [`7996cfd`](https://github.com/mageddo/dns-proxy-server/commit/7996cfdec1c385966d16edb602441fb5dfc175e2) #87 merging - [`16636a1`](https://github.com/mageddo/dns-proxy-server/commit/16636a16984582cc4cc79b939b6a5efcc87e93df) #87 renaming builder extension - [`aa489d7`](https://github.com/mageddo/dns-proxy-server/commit/aa489d72307940196d3544c58690c2c8ff883b19) #87 parameterize arch - [`eec7de3`](https://github.com/mageddo/dns-proxy-server/commit/eec7de302b94ed455af7258d2239251a98523d0a) #87 generating tgz files for every supported arch - [`91a4af2`](https://github.com/mageddo/dns-proxy-server/commit/91a4af2baa145ebd11b2b08f889b65258648f0f4) #87 completing missing steps - [`69353fb`](https://github.com/mageddo/dns-proxy-server/commit/69353fb79a9ed838724cdd1015d30c123de2270b) #87 specifying archs - [`8415829`](https://github.com/mageddo/dns-proxy-server/commit/841582983c5dddadca8b2fb83d59c184a70391f4) #87 fixing build path - [`dd31ea3`](https://github.com/mageddo/dns-proxy-server/commit/dd31ea3a9e547872de39d72bf2e70c4abff01d0c) #87 fixing tar ### 📊 Changes **14 files changed** (+137 additions, -37 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -0) 📝 `Dockerfile` (+2 -2) ➕ `Dockerfile.arm7x86` (+5 -0) ➕ `Dockerfile.arm7x86.hub` (+9 -0) ➕ `Dockerfile.arm8x64` (+5 -0) ➕ `Dockerfile.arm8x64.hub` (+9 -0) ➕ `Dockerfile.arm8x86` (+5 -0) ➕ `Dockerfile.arm8x86.hub` (+9 -0) 📝 `Dockerfile.hub` (+3 -3) 📝 `VERSION` (+1 -1) 📝 `builder.bash` (+46 -20) 📝 `cache/timed/timedvalue_test.go` (+1 -1) 📝 `docker-compose.yml` (+22 -6) 📝 `docs/developing/Compiling-the-project-from-source.md` (+19 -4) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 04:34:40 +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#267
No description provided.