Skip to content

Commit

Permalink
Adds arm64 to the Test workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
tommie committed Feb 16, 2025
1 parent a29d164 commit 701807c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
os: [darwin, linux]
arch: [amd64]
arch: [amd64, arm64]
go-version:
# Check the earliest and two trailing versions, to keep
# maintainance of this file reasonable.
Expand Down

0 comments on commit 701807c

Please sign in to comment.