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

Make released binary names more consistent #16667

Merged
merged 3 commits into from
Dec 3, 2022

Commits on Nov 29, 2022

  1. linux: Build amd64 and arm64 podman-remote-static binaries

    Looking at https://github.com/containers/podman/releases/tag/v4.3.1,
    it's not explicit which arch the podman-remote-static binary is built
    for, so this commit adds an -$(goarch) suffix to it. It builds both
    arm64 and amd64 binaries as I need both for crc.
    
    Signed-off-by: Christophe Fergeau <cfergeau@redhat.com>
    cfergeau committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    d223950 View commit details
    Browse the repository at this point in the history
  2. linux: Add -linux suffix to podman-remote-static binaries

    This is more consistent with the name of the other released files, and
    makes identification of the binaries easier among the Windows/macOS
    ones.
    
    Related: containers#16612
    Signed-off-by: Christophe Fergeau <cfergeau@redhat.com>
    cfergeau committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    fe548dd View commit details
    Browse the repository at this point in the history
  3. macos: pkg: Use -arm64 suffix instead of -aarch64

    All files released in
    https://github.com/containers/podman/releases/tag/v4.3.1 use -arm64 for
    the arch name except podman-installer-macos-aarch64.pkg
    
    Related: containers#16612
    Signed-off-by: Christophe Fergeau <cfergeau@redhat.com>
    cfergeau committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    54ef7f9 View commit details
    Browse the repository at this point in the history