Skip to content

Commit

Permalink
Add arm64, armv7 to matrix architectures
Browse files Browse the repository at this point in the history
  • Loading branch information
freitas-renato committed Oct 27, 2023
1 parent 0f97382 commit 57b8d90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autobuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
architecture: [amd64]
architecture: [amd64, arm64, armv7]

steps:
- name: Checkout code
Expand Down

0 comments on commit 57b8d90

Please sign in to comment.