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

build/push arm64 container images #180

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Sep 24, 2024

  1. hack: use buildx to cross-build images with docker

    When Docker is used and the target architecture differs from the host
    architecture, use buildx for cross-building.
    
    Signed-off-by: Alexander Bachmann <[email protected]>
    abachmann committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    643796e View commit details
    Browse the repository at this point in the history
  2. workflows: build and push arm64 images

    Extend the arch matrix parameter to enable arm64 builds for the server,
    ad-server, client, toolbox and test-server images.
    
    Signed-off-by: Alexander Bachmann <[email protected]>
    abachmann committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    b78b782 View commit details
    Browse the repository at this point in the history