Skip to content

Commit d20d149

Browse files
ci(build): add ubuntu arm
1 parent 3714fa3 commit d20d149

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name: Build installers from python project
1010
strategy:
1111
matrix:
12-
os: ['windows-latest', 'ubuntu-latest', 'macos-latest']
12+
os: ['windows-latest', 'ubuntu-latest', 'ubuntu-latest-arm', 'macos-latest']
1313
runs-on: ${{ matrix.os }}
1414
steps:
1515
- name: Check out the repo

0 commit comments

Comments
 (0)