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

Add Ubuntu support with multi-architecture builds and improve cross-platform compatibility #128

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

Commits on Oct 5, 2024

  1. Add Ubuntu support and multi-architecture builds

    - Create fosslight_wrapper_ubuntu.py for easy Docker image usage on Ubuntu
    - Add GitHub Actions workflow for building Ubuntu executables (aarch64, x86_64)
    - Update release process to include Ubuntu-specific artifacts
    - Improve cross-platform compatibility and ease of use
    
    This commit enhances the FossLight wrapper to support Ubuntu environments
    and multiple CPU architectures, making it more accessible to a wider range
    of users and systems.
    
    Signed-off-by: soonhong99 <nanayah99@naver.com>
    soonhong99 committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    631cba5 View commit details
    Browse the repository at this point in the history
  2. fix: add copyright and fix flake8 error

    Signed-off-by: soonhong99 <nanayah99@naver.com>
    soonhong99 committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    67b8e3a View commit details
    Browse the repository at this point in the history
  3. chore: docker image name nanayah99 -> fosslight

    Signed-off-by: soonhong99 <nanayah99@naver.com>
    soonhong99 committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    2748925 View commit details
    Browse the repository at this point in the history