Compare commits

...

1 Commits

Author SHA1 Message Date
Viktor Liu
7fbe2946ef Add arm arch 2024-03-28 18:22:07 +01:00

View File

@@ -14,7 +14,7 @@ jobs:
test:
strategy:
matrix:
arch: [ '386','amd64' ]
arch: [ '386', 'amd64', 'arm' ]
store: [ 'jsonfile', 'sqlite' ]
runs-on: ubuntu-latest
steps: