func icon indicating copy to clipboard operation
func copied to clipboard

It would be nice to support docker buildx

Open stevef1uk opened this issue 1 year ago • 2 comments

I am trying to create a function and deploy it to a Kind cluster running on a M2 Pro Mac.

The image is never downloaded from my docker hub repo because it hasn't been built with arm support.

The current functionality seems restricted just to X86 machines.

stevef1uk avatar Jun 20 '24 07:06 stevef1uk

Try s2i builder --builder=s2i.

matejvasek avatar Jun 20 '24 11:06 matejvasek

This issue is stale because it has been open for 90 days with no activity. It will automatically close after 30 more days of inactivity. Reopen the issue with /reopen. Mark the issue as fresh by adding the comment /remove-lifecycle stale.

github-actions[bot] avatar Sep 19 '24 01:09 github-actions[bot]

Try s2i builder --builder=s2i.

For Go and Python, you can use `--build

lkingland avatar Feb 28 '25 02:02 lkingland