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

Fix Solaris and remove i386 builds #205

Merged
merged 1 commit into from
Mar 19, 2024

Commits on Mar 18, 2024

  1. Fix Solaris and remove i386 builds

    Red Hat all but has dropped support for 32-bit hardware back with
    RHEL 8, with many other distros following suit.
    
    We fixed support for Solaris temporarily by removing the dependency of
    the final binary on Docker. This occurred as imports previously in a
    test-only package landed in a non-test package (despite only being used
    in tests), causing the unnecessary import.
    
    See also: https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.4_release_notes/deprecated_functionality
    
    Signed-off-by: Alexander Scheel <alexander.m.scheel@gmail.com>
    cipherboy authored and naphelps committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    4e6d092 View commit details
    Browse the repository at this point in the history