Skip to content

Final fixed issue 530 - #531

Closed
vmnicolas2002-ux wants to merge 4 commits into
Parallels:mainfrom
vmnicolas2002-ux:final-fixed-issue-530
Closed

Final fixed issue 530#531
vmnicolas2002-ux wants to merge 4 commits into
Parallels:mainfrom
vmnicolas2002-ux:final-fixed-issue-530

Conversation

@vmnicolas2002-ux

Copy link
Copy Markdown

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

  • Added:.PHONY: build-macos-arm64
    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

  • Build: 'make build-macos-arm64' comepleted successfully
  • Binary runs: './out/binaries/prl-devops-service0darwin-arm64 version' shows:

Parallels DevOps Service version 0.0.0 (channel:stable)

  • Architecture verified

Note for reviewers

  • This PR contains 3 commits as i kept on fixing.
  • The final commit is the working version

Related

@boring-cyborg

boring-cyborg Bot commented Jul 27, 2026

Copy link
Copy Markdown

Thanks for opening this pull request! Please check out our contributing guidelines.

@cjlapao

cjlapao commented Jul 27, 2026

Copy link
Copy Markdown
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.
To fix the #530 the issue was something else and has now been fixed. we had a few issue during build and the workflow allowed the release to still be created.

Closing this as it is irrelevant but thanks for having a look

@cjlapao cjlapao closed this Jul 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

v1.0.5 has no macOS ARM64 release asset; VS Code updater reports success after HTTP 404

2 participants