feat: i386 Begone Again

This commit is contained in:
Gilver
2025-12-19 13:23:21 -06:00
parent caf9c9fb45
commit abeaede958
2 changed files with 2 additions and 2 deletions
@@ -2,7 +2,7 @@ project "pkg" {
rpm {
spec = "libva-nvidia-driver.spec"
}
arches = ["x86_64", "aarch64", "i386"]
arches = ["x86_64", "aarch64"]
labels = {
subrepo = "nvidia"
mock = 1
+1 -1
View File
@@ -5,7 +5,7 @@ project "pkg" {
# TODO: Port it inside the specfile scripts
# pre_script = "nvidia-generate-tarballs.sh"
}
arches = ["x86_64", "aarch64", "i386"]
arches = ["x86_64", "aarch64"]
labels = {
subrepo = "nvidia"
mock = 1