Andrey
Andrey
under arm64 drone will don't build stages. You have several ways: 1. specify arch in .drone.yml https://github.com/drone-runners/drone-runner-docker/blob/master/.drone.yml#L5-L7 2. build local version drone -) https://github.com/harness/drone/blob/master/trigger/trigger.go#L412-L413 3. use drocopla https://github.com/dopos/drocopla P.S. drocopla...
> Are you saying arm is not supported but arm64 is? I'm say: drone will does not build your stage under non amd64 platform with undefined section platfom. The reason...
I don't mean anything except this drone behaviour: https://github.com/harness/drone/blob/master/trigger/trigger.go#L412-L413
The same behaviour with frr 7.5, 7.5.1
According to https://man7.org/linux/man-pages/man8/ip-vrf.8.html, you need to have **CAP_SYS_ADMIN**, **CAP_NET_ADMIN** and **CAP_DAC_OVERRIDE** capabilities for successfull run `ip vrf exec` code inside systemd units.