Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

Remove arm64 from test CI #33

Merged
merged 1 commit into from
Apr 6, 2021
Merged

Remove arm64 from test CI #33

merged 1 commit into from
Apr 6, 2021

Conversation

adlerjohn
Copy link
Member

GitHub Actions don't have docker containers for ARM architectures. Remove arm64 from test targets (but still build since we can cross-compile).

@adlerjohn adlerjohn added the bug Something isn't working label Apr 6, 2021
@adlerjohn adlerjohn requested a review from liamsi April 6, 2021 15:30
@adlerjohn adlerjohn self-assigned this Apr 6, 2021
@adlerjohn adlerjohn merged commit 54602cb into master Apr 6, 2021
@adlerjohn adlerjohn deleted the adlerjohn/ci_test_no_arm branch April 6, 2021 15:33
@@ -36,7 +36,7 @@ jobs:
strategy:
fail-fast: false
matrix:
goarch: ["arm64", "amd64"]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: remove the matrix build part

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants