Skip to content

ci: install nfpm via direct binary download#72

Merged
larkly merged 1 commit intomainfrom
ci/nfpm-direct-download
Mar 28, 2026
Merged

ci: install nfpm via direct binary download#72
larkly merged 1 commit intomainfrom
ci/nfpm-direct-download

Conversation

@larkly
Copy link
Copy Markdown
Owner

@larkly larkly commented Mar 28, 2026

Summary

  • Replace PPA-based apt-get install nfpm with a direct binary download from GitHub Releases
  • Automatically resolves the latest nfpm version, so no hardcoded version to maintain
  • Faster install (~1-3s download vs ~5-15s apt-get update + install)

Test plan

  • Trigger a release workflow run and verify nfpm installs correctly
  • Verify deb, rpm, and arch packages are built successfully

Replace the PPA-based apt-get install with a direct binary download
from GitHub Releases. Resolves the latest version automatically,
avoids apt-get update overhead, and removes the hardcoded PPA config.
@larkly larkly merged commit a3f9058 into main Mar 28, 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.

1 participant