Add arm arch

This commit is contained in:
Viktor Liu 2024-03-28 18:22:07 +01:00
parent fd23d0c28f
commit 7fbe2946ef

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: