diff --git a/.github/workflows/golang-test-linux.yml b/.github/workflows/golang-test-linux.yml index 42f740e9b..37b7736ab 100644 --- a/.github/workflows/golang-test-linux.yml +++ b/.github/workflows/golang-test-linux.yml @@ -14,7 +14,7 @@ jobs: test: strategy: matrix: - arch: [ '386','amd64' ] + arch: [ '386', 'amd64', 'arm' ] store: [ 'jsonfile', 'sqlite' ] runs-on: ubuntu-latest steps: