Skip to content

Commit c2c2a99

Browse files
committed
main.yml.
1 parent 4366e25 commit c2c2a99

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/main.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@ jobs:
1212
runs-on: ${{matrix.os}}
1313
strategy:
1414
matrix:
15-
os: [ubuntu-latest]
15+
os:
16+
- ubuntu-latest
17+
platforms:
18+
- linux/arm64
19+
- linux/amd64
1620
steps:
1721
- name: Checkout Repo
1822
uses: actions/checkout@v3

0 commit comments

Comments
 (0)