try without armv6

This commit is contained in:
Thomas Quandalle
2022-06-18 19:54:09 +02:00
parent 106e2dbf6b
commit 69760dfdff
+1 -1
View File
@@ -32,7 +32,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
architecture: [arm64, armv7, armv6]
architecture: [arm64, armv7]
steps:
- name: Login to DockerHub
uses: docker/login-action@v2