Skip to content

Commit

Permalink
update rpm spec to also install the macOS arm binary
Browse files Browse the repository at this point in the history
  • Loading branch information
anjannath committed May 31, 2022
1 parent 84463da commit 2341f2f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions crc-admin-helper.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ install -d %{buildroot}%{_datadir}/%{name}-redistributable/{linux,macos,windows}
install -m 0755 -vp %{gobuilddir}/src/%{goipath}/out/linux-amd64/crc-admin-helper %{buildroot}%{_datadir}/%{name}-redistributable/linux/
install -m 0755 -vp %{gobuilddir}/src/%{goipath}/out/windows-amd64/crc-admin-helper.exe %{buildroot}%{_datadir}/%{name}-redistributable/windows/
install -m 0755 -vp %{gobuilddir}/src/%{goipath}/out/macos-amd64/crc-admin-helper %{buildroot}%{_datadir}/%{name}-redistributable/macos/
install -m 0755 -vp %{gobuilddir}/src/%{goipath}/out/macos-arm64/crc-admin-helper-arm64 %{buildroot}%{_datadir}/%{name}-redistributable/macos/

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

* Tue May 31 2022 Anjan Nath <[email protected]> - 0.0.11-1
- Update to admin-helper 0.0.11
- install macOS arm64 builds

* Mon Jan 31 2022 Christophe Fergeau <[email protected]> - 0.0.9-1
- Update to admin-helper 0.0.9

Expand Down

0 comments on commit 2341f2f

Please sign in to comment.