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: Switch to ubuntu-latest for builds #949

Merged
merged 2 commits into from
Sep 16, 2024
Merged

Commits on Sep 9, 2024

  1. build: Switch to ubuntu-latest for builds

    This code does not have any dependencies that are specific to any specific
    version of ubuntu.  So instead of testing on a specific version and then needing
    to do work to keep the versions up-to-date, we switch to the ubuntu-latest
    target which should be sufficient for testing purposes.
    
    This work is being done as a part of openedx/platform-roadmap#377
    
    closes #945
    feanil committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    d16418e View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. build: Update the way we startup from compose files.

    `compose` is now a sub command of `docker` and not a separate utility.
    feanil committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    60b7b0a View commit details
    Browse the repository at this point in the history