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

GitHub Action + tag suffix + build options #13

Closed

Commits on Mar 30, 2022

  1. Configuration menu
    Copy the full SHA
    1c7e4a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ec303d View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2022

  1. GHA: use a JavaScript action

    The composite action didn't work as expected (the action's
    `action.sh` and `build.sh` weren't accessible), so I replaced the
    shell script with a tiny JavaScript bootstrap, that will properly
    collect the action inputs and generate a simple local build.sh and
    calls it.
    
    Note that we couldn't use a Docker container action, because we
    couldn't access the host docker ending, and would need to add both
    docker cli and docker server to the docker container...
    ysbaddaden committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    404e79d View commit details
    Browse the repository at this point in the history