Skip to content

Commit

Permalink
spec: set golang_arches macro to only build for x86 and aarch64
Browse files Browse the repository at this point in the history
gometa sets ExclusiveArch to golang_arches which is all the architectures
supported by golang, we redefine it to only build for x86 and aarch64
  • Loading branch information
anjannath authored and praveenkumar committed Jun 20, 2024
1 parent 2c11d27 commit f2f4d8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crc-admin-helper.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
%global goname crc-admin-helper
Version: 0.5.3

%global golang_arches x86_64 aarch64
%gometa

%global gobuilddir %{_builddir}/%{archivename}/_build
Expand All @@ -29,7 +30,6 @@ Name: %{goname}
Release: 1%{?dist}
Summary: CRC's helper with administrative privileges
License: MIT
ExclusiveArch: x86_64 aarch64
URL: %{gourl}
Source0: %{gosource}

Expand Down

0 comments on commit f2f4d8c

Please sign in to comment.