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

feat: Add support for building + releasing core24 based snaps #38

Merged
merged 2 commits into from
May 23, 2024

Commits on May 23, 2024

  1. feat: Add support for platforms key

    core24 uses the `platforms` key for specifying the architecture of the snap
    rather than `architectures`. This commit adds a conditional that properly
    handles the `platforms` key when determining which arches to build for.
    
    Signed-off-by: Jason C. Nucciarone <[email protected]>
    NucciTheBoss committed May 23, 2024
    Configuration menu
    Copy the full SHA
    56ebfc5 View commit details
    Browse the repository at this point in the history
  2. feat: Add support for --platform flag

    `core24` supports using the platform flag with the Launchpad
    remote-builders. This commit adds a conditional that checks if the
    base is core24. If the base is core24, it uses the `--platfrom` flag
    rather than the build-for flag.
    
    Signed-off-by: Jason C. Nucciarone <[email protected]>
    NucciTheBoss committed May 23, 2024
    Configuration menu
    Copy the full SHA
    873709c View commit details
    Browse the repository at this point in the history