We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For instance:
overlay_workflow_builder_generator config add github-release-binary -github-url https://github.com/Byron/dua-cli -to ./current.config
Generates:
Binary amd64=>dua-${TAG}-x86_64-unknown-linux-musl.tar.gz > dua-v2.29.2-x86_64-unknown-linux-musl/dua > dua-${TAG}-dua Binary arm=>dua-${TAG}-arm-unknown-linux-gnueabihf.tar.gz > dua-v2.29.2-arm-unknown-linux-gnueabihf/dua > dua-${TAG}-dua Binary arm64=>dua-${TAG}-aarch64-unknown-linux-musl.tar.gz > dua-v2.29.2-aarch64-unknown-linux-musl/dua > dua-${TAG}-dua
Instead of simply:
Binary amd64=>dua-${TAG}-x86_64-unknown-linux-musl.tar.gz > dua-v2.29.2-x86_64-unknown-linux-musl/dua > dua Binary arm=>dua-${TAG}-arm-unknown-linux-gnueabihf.tar.gz > dua-v2.29.2-arm-unknown-linux-gnueabihf/dua > dua Binary arm64=>dua-${TAG}-aarch64-unknown-linux-musl.tar.gz > dua-v2.29.2-aarch64-unknown-linux-musl/dua > dua
The text was updated successfully, but these errors were encountered:
gentoo-mirror/arrans-overlay#1
Related to above
Sorry, something went wrong.
arran4
No branches or pull requests
For instance:
Generates:
Instead of simply:
The text was updated successfully, but these errors were encountered: