canonical / matter-pi-gpio-commander

Matter Raspberry Pi GPIO Commander - Turn your Pi into a Matter lighting device!
Apache License 2.0
94 stars 2 forks source link

Remove zap part for arm64 builds #61

Closed farshidtz closed 5 months ago

farshidtz commented 5 months ago

The build process of the SDK now pulls zap artifacts for arm64 as well. As a result, the snap doesn't need to address this manually. It is hard to maintain the existing zap part; see #54.

This was recently done for chip tool snap: https://github.com/canonical/chip-tool-snap/pull/47