fix(arch): set build arch in anda.hcl for numerous packages

I also formatted most of the hcl files

Signed-off-by: windowsboy111 <wboy111@outlook.com>
This commit is contained in:
windowsboy111
2023-04-16 23:03:17 +08:00
parent 4f9932366d
commit 5e5587b54a
188 changed files with 587 additions and 579 deletions
+1
View File
@@ -1,4 +1,5 @@
project pkg {
arches = ["x86_64"]
rpm {
spec = "anki-bin.spec"
}
+1
View File
@@ -1,4 +1,5 @@
project pkg {
arches = ["x86_64"]
rpm {
spec = "anki-qt5.spec"
}
+1
View File
@@ -1,4 +1,5 @@
project pkg {
arches = ["x86_64"]
rpm {
spec = "anki.spec"
}
@@ -1,4 +1,5 @@
project pkg {
arches = ["x86_64"]
rpm {
spec = "discord-canary-openasar.spec"
}
+1
View File
@@ -1,4 +1,5 @@
project pkg {
arches = ["x86_64"]
rpm {
spec = "discord-canary.spec"
}
+1
View File
@@ -1,4 +1,5 @@
project pkg {
arches = ["x86_64"]
rpm {
spec = "discord-openasar.spec"
}
+1 -1
View File
@@ -1,6 +1,6 @@
project pkg {
arches = ["x86_64"]
rpm {
spec = "discord-ptb-openasar.spec"
update = ""
}
}
+1
View File
@@ -1,4 +1,5 @@
project pkg {
arches = ["x86_64"]
rpm {
spec = "discord-ptb.spec"
}
+1
View File
@@ -1,4 +1,5 @@
project pkg {
arches = ["x86_64"]
rpm {
spec = "discord.spec"
}