defenseunicorns / uds-package-mattermost

🏭 UDS Mattermost Zarf Package
GNU Affero General Public License v3.0
5 stars 3 forks source link

chore: refactor to skip tests on arm64 #96

Closed ericwyles closed 5 months ago

ericwyles commented 5 months ago

Description

After doing some more experiments we decided to not run arm64 tests under emulation. We will still build the package but not run tests on it. This PR splits the publish steps up into build/test/publish so that they can be selectively ran based on architecture, skipping the tests on arm64.

Related Issue

Relates to #84

Type of change

Checklist before merging