Skip to content

Add automated release workflow with x64 binaries#2

Merged
mrwiora merged 4 commits intomasterfrom
copilot/fix-2744285-288985641-73fa1efa-4d13-47d1-8fea-efe4db09e4ea
Jan 14, 2026
Merged

Add automated release workflow with x64 binaries#2
mrwiora merged 4 commits intomasterfrom
copilot/fix-2744285-288985641-73fa1efa-4d13-47d1-8fea-efe4db09e4ea

Conversation

Copy link
Contributor

Copilot AI commented Jan 14, 2026

Adds GitHub Actions workflow to automatically build and release x64 binaries when version tags are pushed.

Changes

  • .github/workflows/release.yml: Workflow triggers on v* tags, cross-compiles binaries for Linux/Windows/macOS x64, and creates GitHub release with auto-generated notes using gh CLI
  • .gitignore: Excludes compiled binaries, build artifacts, and IDE files

Usage

git tag v1.0.0
git push origin v1.0.0

Release artifacts:

  • otpREST-linux-amd64
  • otpREST-windows-amd64.exe
  • otpREST-darwin-amd64
Original prompt

add a new github workflow, that based on the release of a new version (when a version is tagged, creates a release and uploads ready compiled x64 binaries to the release.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI and others added 3 commits January 14, 2026 11:53
Co-authored-by: mrwiora <2744285+mrwiora@users.noreply.github.com>
Co-authored-by: mrwiora <2744285+mrwiora@users.noreply.github.com>
Co-authored-by: mrwiora <2744285+mrwiora@users.noreply.github.com>
Copilot AI changed the title [WIP] add a new github workflow, that based on the release of a new version (when a version is tagged, creates a release and uploads ready compiled x64 binaries to the release. Add automated release workflow with x64 binaries Jan 14, 2026
Copilot AI requested a review from mrwiora January 14, 2026 11:58
@mrwiora mrwiora marked this pull request as ready for review January 14, 2026 12:00
@mrwiora mrwiora merged commit 6bf7e34 into master Jan 14, 2026
2 checks passed
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.

2 participants