Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add automated package build #1

Merged
merged 1 commit into from
Dec 27, 2023
Merged

Add automated package build #1

merged 1 commit into from
Dec 27, 2023

Conversation

Eeems
Copy link

@Eeems Eeems commented Dec 26, 2023

  1. The workflow installs libarchive-tools as the current package command requires bsdtar
  2. The workflow downloads just the package file for the current commit and updates the package version, and source URL
    • Package version will be generated with the following: 5.4.70~r{sha}.{run_number}-{run_attempt}
      • sha is the git sha for the commit
      • run_number is the count of runs of the workflow, starting at 1
      • run_attempt is the count of attempts a specific workflow run has had, which is useful if you have to reattempt a build due to a bad external dependency or something
  3. Package is built using toltecmk
  4. Packages are uploaded as an artifact

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