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

Automate asset upload when creating a release #517

Merged
merged 1 commit into from
Mar 25, 2020

Commits on Mar 25, 2020

  1. Automate asset upload when creating a release

    When creating a release, the necessary assets (yaml manifests and antctl
    binaries) will now be added to the release automatically by a Github
    workflow. This reduces the potential for human error.
    
    For antctl, we build and upload the following binaries:
     * linux: amd64, arm64, arm (arm/v7)
     * darwin: amd64
     * windows: amd64
    
    Fixes antrea-io#312
    antoninbas committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    1861141 View commit details
    Browse the repository at this point in the history