Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit63daa76

Browse files
authored
Drop support for armv7 systems (#651)
1 parentb572dcb commit63daa76

File tree

5 files changed

+1
-10
lines changed

5 files changed

+1
-10
lines changed

‎.github/renovate.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"matchStringsStrategy":"any",
1313
"matchStrings": [
1414
"ARG BUILD_FROM=(?<depName>.*?):(?<currentValue>.*?)\\s+",
15-
"(aarch64|amd64|armv7):\\s[\"']?(?<depName>.*?):(?<currentValue>.*?)[\"']?\\s"
15+
"(aarch64|amd64):\\s[\"']?(?<depName>.*?):(?<currentValue>.*?)[\"']?\\s"
1616
],
1717
"datasourceTemplate":"docker"
1818
},

‎README.md‎

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66

77
![Supports aarch64 Architecture][aarch64-shield]
88
![Supports amd64 Architecture][amd64-shield]
9-
![Supports armhf Architecture][armhf-shield]
10-
![Supports armv7 Architecture][armv7-shield]
11-
![Supports i386 Architecture][i386-shield]
129

1310
[![Github Actions][github-actions-shield]][github-actions]
1411
![Project Maintenance][maintenance-shield]
@@ -102,8 +99,6 @@ SOFTWARE.
10299

103100
[aarch64-shield]:https://img.shields.io/badge/aarch64-yes-green.svg
104101
[amd64-shield]:https://img.shields.io/badge/amd64-yes-green.svg
105-
[armhf-shield]:https://img.shields.io/badge/armhf-no-red.svg
106-
[armv7-shield]:https://img.shields.io/badge/armv7-yes-green.svg
107102
[commits-shield]:https://img.shields.io/github/commit-activity/y/hassio-addons/addon-adguard-home.svg
108103
[commits]:https://github.com/hassio-addons/addon-adguard-home/commits/main
109104
[contributors]:https://github.com/hassio-addons/addon-adguard-home/graphs/contributors
@@ -119,7 +114,6 @@ SOFTWARE.
119114
[github-actions]:https://github.com/hassio-addons/addon-adguard-home/actions
120115
[github-sponsors-shield]:https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png
121116
[github-sponsors]:https://github.com/sponsors/frenck
122-
[i386-shield]:https://img.shields.io/badge/i386-no-red.svg
123117
[issue]:https://github.com/hassio-addons/addon-adguard-home/issues
124118
[license-shield]:https://img.shields.io/github/license/hassio-addons/addon-adguard-home.svg
125119
[maintenance-shield]:https://img.shields.io/maintenance/yes/2025.svg

‎adguard/Dockerfile‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ RUN \
1717
\
1818
&& if [["${BUILD_ARCH}" ="aarch64" ]]; then ARCH="arm64"; fi \
1919
&& if [["${BUILD_ARCH}" ="amd64" ]]; then ARCH="amd64"; fi \
20-
&& if [["${BUILD_ARCH}" ="armv7" ]]; then ARCH="armv7"; fi \
2120
\
2221
&& curl -L -s \
2322
"https://github.com/AdguardTeam/AdGuardHome/releases/download/${ADGUARD_HOME_VERSION}/AdGuardHome_linux_${ARCH}.tar.gz" \

‎adguard/build.yaml‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
build_from:
33
aarch64:ghcr.io/hassio-addons/base:18.2.1
44
amd64:ghcr.io/hassio-addons/base:18.2.1
5-
armv7:ghcr.io/hassio-addons/base:18.2.1
65
codenotary:
76
base_image:codenotary@frenck.dev
87
signer:codenotary@frenck.dev

‎adguard/config.yaml‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ homeassistant: 0.113.2
1414
arch:
1515
-aarch64
1616
-amd64
17-
-armv7
1817
init:false
1918
ports:
2019
53/udp:53

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp