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

Update snapcraft.yaml files for arm binaries #45

Merged
merged 4 commits into from Sep 23, 2021

Commits on Sep 23, 2021

  1. Update snapcraft.yaml files

    Add arm32 and arm64 binaries if the build is executed on an appropriate host
    
    Signed-off-by: Daniel Llewellyn <daniel@bowlhat.net>
    Daniel Llewellyn authored and Dani Llewellyn committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    53b75e8 View commit details
    Browse the repository at this point in the history
  2. Update preview/snap/snapcraft.yaml

    * Be explicit about supported platforms. Fail if the platform is unsupported.
    
    Signed-off-by: Dani Llewellyn <diddledani@ubuntu.com>
    Dani Llewellyn committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    f625339 View commit details
    Browse the repository at this point in the history
  3. Update preview/snap/snapcraft.yaml

    Use `rm -f` for `libcrypto.so.1.0.0` and `libssl.so.1.0.0` to cope with any cases where these aren't present. My local build fails here without this change
    
    Signed-off-by: Dani Llewellyn <diddledani@ubuntu.com>
    Dani Llewellyn committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    b07e797 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into arm-binaries

    Dani Llewellyn committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    9293b7b View commit details
    Browse the repository at this point in the history