NordSecurity / nordvpn-linux

NordVPN Linux client
GNU General Public License v3.0
306 stars 41 forks source link

Fix snapcraft to build for multiarch #404

Closed keliramu closed 4 months ago

keliramu commented 4 months ago

Implemented workaround to build packages for multiple architectures - for each target architecture there is a separate snapcraft.yaml.$ARCH (e.g. snapcraft.yaml.arm64) file which gets copied during target architecture build job in CI. Submitted request/question to Snapcraft developers forum - to clarify how to use dump plugin with multiple target architectures (docs are very abstract) or maybe there is a snapcraft's bug.