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

Linux: Update and build Snap package #630

Merged
merged 2 commits into from
Aug 23, 2023
Merged

Commits on Aug 2, 2023

  1. chore(linux): Update manifest for the snap package

    There are some caveats, but overall I consider the snap package usable.
    guihkx committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    e4208b3 View commit details
    Browse the repository at this point in the history
  2. chore(ci): Build snap package

    Everytime we push to the main branch (master), Snapcraft automatically
    triggers a new build using _their_ build system, which is better than
    GitHub Actions because it supports many CPU architectures.
    
    However, we still have to make sure the snap package continues to
    work, and that's why this commit adds a new CI job for the snap package
    (amd64 only).
    guihkx committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    429b8af View commit details
    Browse the repository at this point in the history