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

Change antctl make target #6686

Merged
merged 1 commit into from
Sep 24, 2024

Commits on Sep 23, 2024

  1. Change antctl make target

    Running "make antctl" is common when someone wants to build antctl for
    the current machine. The current target builds 3 versions of the antctl
    binary: one for Linux, one for Windows and one for Darwin (using the
    architecture of the current machine). This seems unnecessary and
    potentially confusing. We change the antctl target to be an alias of
    antctl-release. Running "make antctl" will now produce a single binary
    named "antctl", which can be run on the current machine.
    
    For backwards-compatibility, we preserve the ability to run "make
    antctl-linux", "make antctl-windows", and "make antctl-darwin". These 3
    targets combined will produce the 3 antctl binaries described above.
    
    Finally, we update the Github workflow in charge of validating the
    antctl Go build. We now have one dedicated step for each supported OS /
    arch combination.
    
    Signed-off-by: Antonin Bas <antonin.bas@broadcom.com>
    antoninbas committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    0a1e921 View commit details
    Browse the repository at this point in the history