mirror of
https://github.com/jhd3197/ServerKit.git
synced 2026-04-26 08:25:59 +03:00
[PR #4] [MERGED] Fix agent build pipeline and packaging for all platforms #8
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ServerKit#8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jhd3197/ServerKit/pull/4
Author: @jhd3197
Created: 1/24/2026
Status: ✅ Merged
Merged: 1/24/2026
Merged by: @jhd3197
Base:
main← Head:dev📝 Commits (10+)
e0235bbFix missing base64 import in agentbf16d8fchore: bump version to 1.2.57 [skip ci]95d9e6fFix agent packaging build errorsaf32f97chore: bump version to 1.2.58 [skip ci]49f8d80Simplify MSI installer for WiX v4 compatibility423bbccRemove test binary and add agent .gitignorebda8cc5chore: bump version to 1.2.59 [skip ci]7ac4b9fFix RPM build for cross-architecture and output pathb02cd9aUpdate agent image in docker-compose.ymlc46d9fachore: bump version to 1.2.60 [skip ci]📊 Changes
8 files changed (+65 additions, -77 deletions)
View changed files
📝
.github/workflows/agent-release.yml(+5 -5)📝
VERSION(+1 -1)➕
agent/.gitignore(+26 -0)📝
agent/docker-compose.yml(+1 -1)📝
agent/internal/agent/agent.go(+1 -0)📝
agent/packaging/msi/Product.wxs(+20 -63)📝
agent/packaging/rpm/build.sh(+11 -7)➖
agent/serverkit-agent.exe(+0 -0)📄 Description
Summary
Fixes the agent release workflow to successfully build and publish packages for all platforms
(Linux, Windows, Docker).
Build Fixes
encoding/base64import in agent code--targetflagduplicate file reference
Repository Cleanup
serverkit-agent.exebinary.gitignorefor agent build artifactsDocker
jhd3197/serverkit-agent🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.