armv5 not supported

This commit is contained in:
Cedric Verstraeten
2023-01-18 23:14:13 +01:00
parent 7e394e1c93
commit 659ba3e67d
+1 -1
View File
@@ -34,7 +34,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
architecture: [arm64, arm/v7, arm/v5, arm/v6]
architecture: [arm64, arm/v7, arm/v6]
steps:
- name: Login to DockerHub
uses: docker/login-action@v2