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

Makefile: Push a single multi-arch image #1190

Merged
merged 2 commits into from
Jul 31, 2020

Commits on Jul 30, 2020

  1. Makefile: Push a single multi-arch image

    Matching patterns from https://github.com/kubernetes-sigs/metrics-server/blob/master/Makefile
    
    Signed-off-by: Manuel Rüger <manuel@rueg.eu>
    mrueg committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    07b5d0c View commit details
    Browse the repository at this point in the history
  2. tests/e2e.sh: Adjust to new Makefile target

    * DRY on image name
    
    * Enable e2e testing possibility on other architectures as well
    
    * Replace correct image name in manifest
    
    * Don't build binary anymore, it's now included in the image build
      process
    
    Signed-off-by: Manuel Rüger <manuel@rueg.eu>
    mrueg committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    c9d367c View commit details
    Browse the repository at this point in the history