Skip to content

Commit 2341f2f

Browse files
committed
update rpm spec to also install the macOS arm binary
1 parent 84463da commit 2341f2f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

crc-admin-helper.spec.in

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ install -d %{buildroot}%{_datadir}/%{name}-redistributable/{linux,macos,windows}
5858
install -m 0755 -vp %{gobuilddir}/src/%{goipath}/out/linux-amd64/crc-admin-helper %{buildroot}%{_datadir}/%{name}-redistributable/linux/
5959
install -m 0755 -vp %{gobuilddir}/src/%{goipath}/out/windows-amd64/crc-admin-helper.exe %{buildroot}%{_datadir}/%{name}-redistributable/windows/
6060
install -m 0755 -vp %{gobuilddir}/src/%{goipath}/out/macos-amd64/crc-admin-helper %{buildroot}%{_datadir}/%{name}-redistributable/macos/
61+
install -m 0755 -vp %{gobuilddir}/src/%{goipath}/out/macos-arm64/crc-admin-helper-arm64 %{buildroot}%{_datadir}/%{name}-redistributable/macos/
6162

6263
%check
6364
# with fedora macros: gocheck
@@ -78,6 +79,10 @@ go test ./...
7879
* Tue May 17 2022 Christophe Fergeau <[email protected]> - 0.0.11-1
7980
- Update to admin-helper 0.0.11
8081

82+
* Tue May 31 2022 Anjan Nath <[email protected]> - 0.0.11-1
83+
- Update to admin-helper 0.0.11
84+
- install macOS arm64 builds
85+
8186
* Mon Jan 31 2022 Christophe Fergeau <[email protected]> - 0.0.9-1
8287
- Update to admin-helper 0.0.9
8388

0 commit comments

Comments
 (0)