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 release to handle arm64 and amd64: #136

Merged
merged 3 commits into from
Aug 20, 2024

Commits on Aug 20, 2024

  1. Update release to handle arm64 and amd64:

    This gets both arch images push to quay.io
    
    Signed-off-by: Jacob Weinstock <[email protected]>
    jacobweinstock committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    f91e26a View commit details
    Browse the repository at this point in the history
  2. Add qemu and docker buildx steps:

    Don't know if i actually need these, but
    found them here: https://docs.docker.com/build/ci/github-actions/multi-platform/
    
    Signed-off-by: Jacob Weinstock <[email protected]>
    jacobweinstock committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    c6f85d6 View commit details
    Browse the repository at this point in the history
  3. Update build command and quay.io login:

    Use single buildx command will save time. Use
    built in GitHub action for logging into Quay.io.
    This is done with other Tinkerbell repos.
    
    Signed-off-by: Jacob Weinstock <[email protected]>
    jacobweinstock committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    f384c1e View commit details
    Browse the repository at this point in the history