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

multi arch support #25

Merged
merged 11 commits into from
Sep 23, 2022
Merged

multi arch support #25

merged 11 commits into from
Sep 23, 2022

Commits on Sep 23, 2022

  1. bump to bullseye as go image variant (missing platforms with buster)

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    8093ec8 View commit details
    Browse the repository at this point in the history
  2. common: evaluate compat platforms of target pkg with project ones

    evaluating compatible platforms of target package with ones provided
    by each project. if PKG_SUPPORTED_PLATFORMS is empty, we assume we want
    to build all platforms supported by the project (static pkg)
    
    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    ad2cb6e View commit details
    Browse the repository at this point in the history
  3. pkg(docker-cli): multi arch support and bump to v22.06.0-beta.0

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    05606e1 View commit details
    Browse the repository at this point in the history
  4. pkg(containerd): multi arch support

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    6e98c8d View commit details
    Browse the repository at this point in the history
  5. pkg(credential-helpers): multi arch support and bump to v0.7.0

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    26c8504 View commit details
    Browse the repository at this point in the history
  6. pkg(buildx): refactor since platform compat

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    10a6640 View commit details
    Browse the repository at this point in the history
  7. pkg(compose): refactor since platform compat

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    44e64c5 View commit details
    Browse the repository at this point in the history
  8. pkg(scan): refactor since platform compat

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    5192a3c View commit details
    Browse the repository at this point in the history
  9. pkg(docker-engine): multi arch support and bump to v22.06.0-beta.0

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    ca50630 View commit details
    Browse the repository at this point in the history
  10. disable linux/ppc64le builds for now (too slow with QEMU)

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    7eb4f63 View commit details
    Browse the repository at this point in the history
  11. ci: limit make to a single thread

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    f665529 View commit details
    Browse the repository at this point in the history