mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
fix(chromebook-usbc-fix): specify x86_64 arch in spec (#3352)
* fix(chromebook-usbc-fix): specify x86_64 arch in spec * specify arch in anda config file too
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
project pkg {
|
||||
rpm {
|
||||
spec = "chromebook-usbc-fix.spec"
|
||||
}
|
||||
labels {
|
||||
nightly = "1"
|
||||
}
|
||||
}
|
||||
arches = ["x86_64"]
|
||||
rpm {
|
||||
spec = "chromebook-usbc-fix.spec"
|
||||
}
|
||||
labels {
|
||||
nightly = "1"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -19,6 +19,8 @@ Packager: Owen Zimmerman <owen@fyralabs.com>
|
||||
%{?systemd_requires}
|
||||
BuildRequires: systemd-rpm-macros
|
||||
|
||||
ExclusiveArch: x86_64
|
||||
|
||||
%description
|
||||
%summary
|
||||
|
||||
|
||||
Reference in New Issue
Block a user