isc-rsaptars
isc-rsaptars
Here is my go.mod file: ``` module function go 1.21 ``` I believe this is similar to https://github.com/knative/func/issues/2097 (which was resolved?) And the issue stems from this error: ``` unable...
If I understand the error correctly, the error is due to the `linux/arm64` buildpack not being present Is this something that can be resolved on my end or does KNative...
If I were to create a paketo-buildpack for arm64 following these instructions: https://github.com/dmikusa/paketo-arm64 Is there any configuration that I would have to do for it to play nice with `knative...
Optionally, are there any instructions on how to build images using the `-b s2i` option?
Thanks! I will keep you updated on how that goes
@matejvasek looks like paketo-buildpack does support arm64 now: https://github.com/paketo-buildpacks/jammy-tiny-stack/pull/108
How is the `ghcr.io/knative/builder-jammy-tiny` image built?