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

Extend Makefile and Dockerfiles to support multiarch builds for all Go binaries. #1759

Merged
merged 2 commits into from
Apr 26, 2022

Commits on Apr 26, 2022

  1. Extend Dockerfiles to support multiarch builds for all Go binaries.

    By calling any of
    
    make push-multiarch-./cmd/metaconvert/.uptodate
    make push-multiarch-./cmd/mimir/.uptodate
    make push-multiarch-./cmd/query-tee/.uptodate
    make push-multiarch-./cmd/mimir-continuous-test/.uptodate
    make push-multiarch-./cmd/mimirtool/.uptodate
    make push-multiarch-./operations/mimir-rules-action/.uptodate
    
    Signed-off-by: Peter Štibraný <pstibrany@gmail.com>
    pstibrany committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    7f2ce82 View commit details
    Browse the repository at this point in the history
  2. Remove unused var.

    Signed-off-by: Peter Štibraný <pstibrany@gmail.com>
    pstibrany committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    7f3a986 View commit details
    Browse the repository at this point in the history