You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
holy-lambda.tasks does not honor the --config switch for babashka
It looks like holy-lambda.tasks slurps the contents of bb.edn regardless of the --config parameter used by babashka
To reproduce
Create a bb.arm.edn with a different docker image
Run bb --config bb.arm.edn hl:compile
Observe that whatever docker image is downloaded is the one stored in bb.edn
Expected behavior
The docker settings provided in bb.arm.edn should be honored. In this case I would expect the aarch64 image to be used
instead of the amd64 one used in bb.edn
Extra information:
OS: macOS Ventura 13.2.1
holy-lambda version: 0.6.6
The text was updated successfully, but these errors were encountered:
Describe the bug
holy-lambda.tasks does not honor the
--config
switch for babashkaIt looks like
holy-lambda.tasks
slurps the contents ofbb.edn
regardless of the--config
parameter used by babashkaTo reproduce
bb --config bb.arm.edn hl:compile
bb.edn
Expected behavior
The docker settings provided in
bb.arm.edn
should be honored. In this case I would expect the aarch64 image to be usedinstead of the amd64 one used in
bb.edn
Extra information:
OS
: macOS Ventura 13.2.1holy-lambda
version: 0.6.6The text was updated successfully, but these errors were encountered: