-
Notifications
You must be signed in to change notification settings - Fork 12
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
Add env.BUILD_OPTS #9
Conversation
Update when this gets merged chevdor/srtool-actions#9
* srtool with features Update when this gets merged chevdor/srtool-actions#9 * remove new line * fix new line
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Few small details but thanks a lot for the PR and sorry for the time it took to review. I mainly need those commits to be signed.
README.md
Outdated
## Environmental variables | ||
``` | ||
... | ||
uses: chevdor/srtool-actions@v* | ||
env: | ||
BUILD_OPTS: --features on-chain-release-build # optional: will be passed to docker srtool run cmd | ||
with: | ||
... | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This repo uses ASCIIDOC for the doc and the .md is generated so your change would be overriden.
Could you please add:
== Environmental variables
[source,bash]
----
...
uses: chevdor/srtool-actions@v*
env:
# optional: will be passed to docker srtool run cmd
BUILD_OPTS: --features on-chain-release-build
with:
...
----
into README_src.adoc
at L58 ?
You probably don't have the asciidoc toolchain so don't bother installing it, I will generate the new .md after merging.
As a sidenote, this PR bring the same option than the |
@chevdor is there going to be a new tag? |
Yes but I want to update the doc and the examples first). |
env.BUILD_OPTS will be passed to docker srtool run command