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: builds, packages, pushing contains to ghcr #360

Merged
merged 3 commits into from
Oct 9, 2023
Merged

Commits on Oct 9, 2023

  1. feat: builds via cross/rel

    Includes:
    
    - local cross-rs setup for builds
    - github action workflows: builds.yml tied to release
      * builds binaries (cross if need be) for aarch64-unknown-linux-gnu, aarch64-unknown-linux-musl,
        aarch64-apple-darwin, x86_64-unknown-linux-gnu, x86_64-unknown-linux-musl, x86_64-apple-darwin,
        x86_64-pc-windows-msvc, and x86_64-unknown-freebsd (for now)
      * builds packages for .deb, .rpm (sets out todos for brew, wix, aur)
      * docker push to ghcr.io and tag mult. versions
    zeeshanlakhani committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    2166331 View commit details
    Browse the repository at this point in the history
  2. chore: remove flavor

    zeeshanlakhani committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    a3fd918 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    01ba0ca View commit details
    Browse the repository at this point in the history