Is possible to ignore an architecture?

I’m creating a multiplatform pipeline, my plan is to run it entirely on raspberry (arm64) but there are still things not working in that environment so I don’t want to remove the amd64 pipeline completely, is there a setting on drone.io server to ignore all pipeline with a given architecture?
I would like to exclude from running “amd64” pipeline if running from arm64.

What do you suggest?