Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2022-01-29 10:30:35 +1000
committerLevente Polyak <anthraxx@archlinux.org>2022-06-10 16:31:45 +0200
commitcde012d25e7b9cb8b459af151c7210f2eddf4763 (patch)
tree6a4f6ca5d5c0f1c2c039bb5f554137f2359a7216 /Makefile
parent383cfa7e60feca2cf5d169a766fc67374ec210e9 (diff)
Add x86_64_v3 builders
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 04b205f..889b1ec 100644
--- a/Makefile
+++ b/Makefile
@@ -29,9 +29,13 @@ BINPROGS = \
CONFIGFILES = \
makepkg-x86_64.conf \
+ makepkg-x86_64_v3.conf \
pacman-extra.conf \
+ pacman-extra-x86_64_v3.conf \
pacman-testing.conf \
+ pacman-testing-x86_64_v3.conf \
pacman-staging.conf \
+ pacman-staging-x86_64_v3.conf \
pacman-multilib.conf \
pacman-multilib-testing.conf \
pacman-multilib-staging.conf \
@@ -39,6 +43,7 @@ CONFIGFILES = \
pacman-gnome-unstable.conf
SETARCH_ALIASES = \
+ x86_64_v3
COMMITPKG_LINKS = \
extrapkg \
@@ -55,8 +60,11 @@ COMMITPKG_LINKS = \
ARCHBUILD_LINKS = \
extra-x86_64-build \
+ extra-x86_64_v3-build \
testing-x86_64-build \
+ testing-x86_64_v3-build \
staging-x86_64-build \
+ staging-x86_64_v3-build \
multilib-build \
multilib-testing-build \
multilib-staging-build \