arduino / mdns-discovery

mdns (bonjour) pluggable discovery
GNU General Public License v3.0
17 stars 6 forks source link

Update release workflows to add macOS arm64 support #42

Closed MatteoPologruto closed 1 year ago

MatteoPologruto commented 1 year ago

release-go-task and publish-go-tester-task have been updated to match their upstream counterpart and to add release support for macOS arm64.

Since previous releases have a tag like v1.0.6, I modified RELEASE_BRANCH_REGEX in the run-determination job inside publish-go-tester-task to include the v. For the same reason, I left the on.push.tags trigger of release-go-task unchanged and did not mirror the upstream trigger.

The notarize-macos job is not needed.