Final fixed issue 530 - #531
Closed
vmnicolas2002-ux wants to merge 4 commits into
Closed
Conversation
vmnicolas2002-ux
requested review from
alevlasu,
bineesh-n,
cjlapao and
sai-kumar-peddireddy
as code owners
July 27, 2026 09:33
|
Thanks for opening this pull request! Please check out our contributing guidelines. |
Collaborator
|
@vmnicolas2002-ux Thanks for this but we do not need a target for that as you can only build the macOS binaries on a mac so the normal make build is the one you should use. Closing this as it is irrelevant but thanks for having a look |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds 'build-tacos-arm64' target to the Makefile to build macOS ARM64 binaries
Issue
Fixes #530 -v1.0.5 has no macOS ARM64 release asset
Changes
build-macos-arm64:
@echo "Building macOS ARM64..."
@mkdir -p out/binaries
@cd src && GOOS=darwin GOARCH=arm64 go build -o ../out/binaries/prl-devops-service-darwin-arm64
@echo "Build finished."
Tested
Parallels DevOps Service version 0.0.0 (channel:stable)
Note for reviewers
Related