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 arm64 MSI packages additionally to the current amd64 ones #482

Merged
merged 24 commits into from
Oct 24, 2024

Commits on Oct 21, 2024

  1. Initial commit for adding support for arm64 MSI packages

    - remove hardcoded amd64 string everywhere
    - parametrize builds to run for both amd64 and arm64
    
    Signed-off-by: Philip Balinov <[email protected]>
    philipbalinov committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    bd9ff2f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6029681 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    53409ab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e20e027 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f604311 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4ea500a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a949df1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8f622e9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b57397b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    76f3894 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0c643ea View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2c3e8bb View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    105eaaa View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    031d999 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b6f758b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    7c90d54 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    df83e0f View commit details
    Browse the repository at this point in the history
  18. .msi files are corrupt. According to The Internet(tm), telling the li…

    …nker to produce an .exe may fix it
    philipbalinov committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    81622a7 View commit details
    Browse the repository at this point in the history
  19. Revert ".msi files are corrupt. According to The Internet(tm), tellin…

    …g the linker to produce an .exe may fix it"
    
    This reverts commit 87528ed.
    philipbalinov committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    6cc9bf9 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    bbb89e6 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    2985bf1 View commit details
    Browse the repository at this point in the history
  22. Fix copy-paste error

    philipbalinov committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    033e697 View commit details
    Browse the repository at this point in the history
  23. Fix copy-paste error 2

    philipbalinov committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    1046dff View commit details
    Browse the repository at this point in the history
  24. Small fixes to powershell script

    - Try to remove old installer filename `mondoo.msi' as well
    - Remove some extra whitespace
    philipbalinov committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    e48f9e4 View commit details
    Browse the repository at this point in the history