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

feat: simplify makefiles and CI #118

Merged
merged 2 commits into from
Jul 31, 2023
Merged

Commits on Jul 25, 2023

  1. feat: simplify makefiles and CI

    this commit largely removes the redundency of writing each command once for each shim
    this repo supports. It uses foreach syntax to iterate over each item in the shims
    variable and execute a command for each one.
    
    This also applies to the CI. This commit adds a new docker-build-push action that
    builds and pushes the images to ghcr, abstrating the repeated build and push steps
    into this reusable workflow.
    
    It also adds spin-inbound-redis and spin-outbound-redis images to the release pipeline
    
    Signed-off-by: jiaxiao zhou <[email protected]>
    Mossaka committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    ea67517 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2023

  1. fix: use wildcard instead of hard coding shims in the build CI

    Signed-off-by: jiaxiao zhou <[email protected]>
    Mossaka committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    c7f70f1 View commit details
    Browse the repository at this point in the history