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: add linux release automation and release automation validation #1140

Open
wants to merge 27 commits into
base: main
Choose a base branch
from

Commits on Oct 17, 2024

  1. Configuration menu
    Copy the full SHA
    2d4b6ff View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. update file list

    Signed-off-by: Justin Alvarez <[email protected]>
    pendo324 committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    1098aad View commit details
    Browse the repository at this point in the history
  2. temporariliy ignore ci-docs.yaml changes for CI

    Signed-off-by: Justin Alvarez <[email protected]>
    pendo324 committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    345c60b View commit details
    Browse the repository at this point in the history
  3. fix syntax error

    Signed-off-by: Justin Alvarez <[email protected]>
    pendo324 committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    8ed01f5 View commit details
    Browse the repository at this point in the history
  4. fix syntax error

    Signed-off-by: Justin Alvarez <[email protected]>
    pendo324 committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    e78b57f View commit details
    Browse the repository at this point in the history
  5. update linux release workflow

    Signed-off-by: Justin Alvarez <[email protected]>
    pendo324 committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    47391a6 View commit details
    Browse the repository at this point in the history
  6. fix permissions

    Signed-off-by: Justin Alvarez <[email protected]>
    pendo324 committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    ec497d4 View commit details
    Browse the repository at this point in the history
  7. fix action name

    Signed-off-by: Justin Alvarez <[email protected]>
    pendo324 committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    1c23f49 View commit details
    Browse the repository at this point in the history
  8. add checkout step

    Signed-off-by: Justin Alvarez <[email protected]>
    pendo324 committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    ff4069d View commit details
    Browse the repository at this point in the history
  9. echo version to help with debug

    Signed-off-by: Justin Alvarez <[email protected]>
    pendo324 committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    c2d1b19 View commit details
    Browse the repository at this point in the history
  10. fix license check

    Signed-off-by: Justin Alvarez <[email protected]>
    pendo324 committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    643c691 View commit details
    Browse the repository at this point in the history
  11. fix linux permissions

    Signed-off-by: Justin Alvarez <[email protected]>
    pendo324 committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    b983863 View commit details
    Browse the repository at this point in the history
  12. fix version calculation

    Signed-off-by: Justin Alvarez <[email protected]>
    pendo324 committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    27b54c2 View commit details
    Browse the repository at this point in the history
  13. avoid cross-arch golicense installation

    Signed-off-by: Justin Alvarez <[email protected]>
    pendo324 committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    cc70965 View commit details
    Browse the repository at this point in the history
  14. use ref instead of ref_name

    Signed-off-by: Justin Alvarez <[email protected]>
    pendo324 committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    b233a0a View commit details
    Browse the repository at this point in the history
  15. fix version output

    Signed-off-by: Justin Alvarez <[email protected]>
    pendo324 committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    d55f956 View commit details
    Browse the repository at this point in the history
  16. fix version conditional

    Signed-off-by: Justin Alvarez <[email protected]>
    pendo324 committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    4cd592d View commit details
    Browse the repository at this point in the history
  17. use version instead of tag

    Signed-off-by: Justin Alvarez <[email protected]>
    pendo324 committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    fcce212 View commit details
    Browse the repository at this point in the history
  18. actually fix version

    Signed-off-by: Justin Alvarez <[email protected]>
    pendo324 committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    5aa5bd4 View commit details
    Browse the repository at this point in the history
  19. debug logs

    Signed-off-by: Justin Alvarez <[email protected]>
    pendo324 committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    921ec6f View commit details
    Browse the repository at this point in the history
  20. simplify

    Signed-off-by: Justin Alvarez <[email protected]>
    pendo324 committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    6cbc346 View commit details
    Browse the repository at this point in the history
  21. use outputs instead of env

    Signed-off-by: Justin Alvarez <[email protected]>
    pendo324 committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    cb46c20 View commit details
    Browse the repository at this point in the history
  22. fix path

    Signed-off-by: Justin Alvarez <[email protected]>
    pendo324 committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    1eadb1e View commit details
    Browse the repository at this point in the history
  23. fix bin path

    Signed-off-by: Justin Alvarez <[email protected]>
    pendo324 committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    3b78663 View commit details
    Browse the repository at this point in the history
  24. add debug logs

    Signed-off-by: Justin Alvarez <[email protected]>
    pendo324 committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    c4502d7 View commit details
    Browse the repository at this point in the history
  25. fix directory paths

    Signed-off-by: Justin Alvarez <[email protected]>
    pendo324 committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    997591f View commit details
    Browse the repository at this point in the history
  26. add sudo

    Signed-off-by: Justin Alvarez <[email protected]>
    pendo324 committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    e3815dc View commit details
    Browse the repository at this point in the history