Skip to content
This repository has been archived by the owner on Jan 18, 2025. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
2 participants