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

Misc Docker + Go version upgrade #12921

Merged
merged 2 commits into from
Oct 13, 2024
Merged

Misc Docker + Go version upgrade #12921

merged 2 commits into from
Oct 13, 2024

Commits on Oct 9, 2024

  1. ci: Build multi-platform image with cross-compilation

    The previous build workflow used emulation to build the Docker image,
    which results in a somewhat complicated push-by-digest and merge
    workflow to create a multi-platform image.
    
    This commit changes the Docker build to use cross-compilation instead,
    resulting in a faster and more straightforward build.
    
    Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
    dvdksn authored and bep committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    a3a0001 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Upgrade to latest Go version + Some Docker image improvements (note)

    * Rename /site to /project
    * Add ldflags
    * Add go and node to the default image
    * Add Dart Sass to the default image
    * Build the extended version by default
    * Add "npm i" install support with custom entry script override
    * Adjust cache logic to speed up CGO rebuilds
    
    Closes #12920
    See #12885
    bep committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    4c3347a View commit details
    Browse the repository at this point in the history