mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
feat: i386 Begone Again
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user