Compare commits

...

2 Commits

Author SHA1 Message Date
Cedric Verstraeten
192f78ae78 renabled arm-v6 2023-03-17 15:00:16 +01:00
Cedric Verstraeten
ef20d4c0b1 fix arch 2023-03-17 14:59:58 +01:00

View File

@@ -61,8 +61,8 @@ jobs:
needs: build-amd64
strategy:
matrix:
#architecture: [arm64, arm-v7, arm-v6]
architecture: [arm64, arm/v7]
architecture: [arm64, arm-v7, arm-v6]
#architecture: [arm64, arm-v7]
steps:
- name: Login to DockerHub
uses: docker/login-action@v2