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 manager on the host #2289

Merged
merged 3 commits into from
Nov 6, 2023

Commits on Nov 6, 2023

  1. Build manager on the host

    Instead of building the manager binary during the docker image build,
    instead build it on the host and copy it to the image.
    
    This massively improves the performance of cross compilation, which
    is much faster natively vs emulation via QEMU.
    swiatekm committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    14dd81f View commit details
    Browse the repository at this point in the history
  2. Setup Go after checking our code in E2E tests

    This way we can cache based on the state of go.sum.
    swiatekm committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    97f1c6e View commit details
    Browse the repository at this point in the history
  3. Minor improvements

    swiatekm committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    c334692 View commit details
    Browse the repository at this point in the history