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: add multiarch docker build support #1344

Merged
merged 4 commits into from
Jul 18, 2023

Commits on May 23, 2023

  1. feat: add multiarch docker build support

    adds docker build support for the following platforms:
    - amd64 (default)
    - arm64v8
    - armv6
    - armv7
    
    also adds GOOS and GOARCH information to the buildString
    
    utilizes docker manifest to store image architecture metadata
    Thunderbottom committed May 23, 2023
    Configuration menu
    Copy the full SHA
    122639c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49c622c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee19fea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dd988a3 View commit details
    Browse the repository at this point in the history