[Privoxy-commits] [privoxy] 07/12: uagen: Add 'aarch64' as Linux architecture
User Git
git at git.privoxy.org
Sun Aug 7 08:17:55 UTC 2022
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository privoxy.
commit 00034ceae612f0294de2fada696a2562c6d44173
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Fri Aug 5 22:59:45 2022 +0200
uagen: Add 'aarch64' as Linux architecture
---
tools/uagen.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/uagen.pl b/tools/uagen.pl
index ad463d2d..955746d6 100755
--- a/tools/uagen.pl
+++ b/tools/uagen.pl
@@ -156,7 +156,7 @@ sub generate_platform_and_os() {
Linux => {
karma => 1,
platform => 'X11',
- architectures => [ 'i586', 'i686', 'x86_64' ],
+ architectures => [ 'aarch64', 'i586', 'i686', 'x86_64' ],
order_is_inversed => 0,
},
SunOS => {
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Privoxy-commits
mailing list