mattermost / mattermost-plugin-starter-template

Build scripts and templates for writing Mattermost plugins.
https://developers.mattermost.com/extend/plugins/
Apache License 2.0
132 stars 121 forks source link

add arm64 support #155

Closed lieut-data closed 3 years ago

lieut-data commented 3 years ago

Summary

I've been sitting on this change for a while: figure it's time to share it upstream. Note that it requires bumping the mattermost-server go.mod version because of support we added in the model struct to store an arbitrary dictionary of platforms to binaries vs. just the ones previously hard-coded.

Ticket Link

None.