Skip to content

Commit

Permalink
fix(devpod): Use ExclusiveArch instead of BuildArch
Browse files Browse the repository at this point in the history
After running rpmlint:

```
devpod.spec:11: E: buildarch-instead-of-exclusivearch-tag x86_64
Use ExclusiveArch instead of BuildArch (or BuildArchitectures) to restrict
build on some specific architectures. Only use BuildArch with noarch
```
  • Loading branch information
EyeCantCU committed Dec 19, 2023
1 parent 88e36ee commit e5a11be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion staging/devpod/devpod.spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Summary: Codespaces but open-source, client-only and unopinionated.
License: MPL-2.0
URL: https://github.com/loft-sh/%{name}
Source0: %{url}/releases/download/%{version}/DevPod_linux_x86_64.tar.gz
BuildArch: x86_64
ExclusiveArch: x86_64

Requires: cairo
Requires: cairo-gobject
Expand Down

0 comments on commit e5a11be

Please sign in to comment.