Alex Bechmann
Alex Bechmann
@alexey-igrychev Any update on this topic? I am in need of this feature to build ARM64 docker images with this tool :)
@dokuboyejo We've been successful by setting the following environment variables: (Notice the ARM + AZURE prefixed variables). ARM_CLIENT_ID ARM_CLIENT_SECRET ARM_TENANT_ID AZURE_CLIENT_ID AZURE_CLIENT_SECRET AZURE_TENANT_ID ARM_SUBSCRIPTION_ID
@shapeofarchitect for me i set both, all the ones from my previous message.
@kxs-sindrakumar I think we used the same values, I don't know if this is needed any more or not though :)
Hi @chladog Those are some good points about the security which I had not considered. I like your suggestions & perhaps this should be enabled via a flag in the...
Hey @distorhead Ah very nice! Thanks for the update, I look forward to trying this!
Would it make sense to allow for a `turbo-project.json` file in a sub directory instead of a package.json for non-JS projects? ```json { "name": "my-python-project", "scripts": { "build": "poetry run...
I like the Makefile idea as it doesn’t feel right to add a package.json to a python project for example.
@base33 Hi, do you have any updates on this issue ?