Skip to content

Conversation

Copy link

Copilot AI commented Jan 29, 2026

Adds GitHub Actions workflow to build ARMv7 binaries for rdpgw and rdpgw-auth.

Implementation

  • Uses Docker with QEMU emulation (--platform linux/arm/v7) on golang:1.22-bookworm
  • Installs libpam0g-dev for CGO dependency (PAM authentication)
  • Builds with -trimpath for reproducible outputs
  • Uploads artifacts with 30-day retention

Triggers

  • Pushes to master
  • Tags (v*)
  • Pull requests
  • Manual dispatch

Security

  • Explicit contents: read permission on GITHUB_TOKEN

💡 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 29, 2026 10:54
Co-authored-by: fabaff <116184+fabaff@users.noreply.github.com>
Co-authored-by: fabaff <116184+fabaff@users.noreply.github.com>
Co-authored-by: fabaff <116184+fabaff@users.noreply.github.com>
Copilot AI changed the title [WIP] Add GitHub Action for building ARMv7 module Add ARMv7 build workflow Jan 29, 2026
Copilot AI requested a review from fabaff January 29, 2026 11:00
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