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

refactor the build to build only runtimes for a single language #358

Closed
sciabarracom opened this issue May 16, 2024 · 1 comment · Fixed by nuvolaris/nuvolaris-runtimes-ng#6
Assignees

Comments

@sciabarracom
Copy link
Contributor

sciabarracom commented May 16, 2024

currently if you do task image-tag then git push it will trigge a built for everythiing

we should refactor so doing

task image-tag RT=php (or RT=nodejs etc) it will generate a tag like php- and the build will build (AND PUSH) only the php runtimes

Some chages are required in the .github workflow and the taskfile

BONUS: using task image-tag without a RT parameter will generate 

php-<tag>
nodejs-<tag>
python-<tag>

so there will be parallels build triggered by each tag...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants