Explorar el Código

Build for arm 32 platforms

tags/v1.0.9^2
9seconds hace 5 años
padre
commit
ea8e31346c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      .github/workflows/ci.yaml

+ 1
- 1
.github/workflows/ci.yaml Ver fichero

@@ -125,7 +125,7 @@ jobs:
125 125
         with:
126 126
           pull: true
127 127
           context: .
128
-          platforms: linux/amd64,linux/arm64,linux/386
128
+          platforms: linux/amd64,linux/arm64,linux/386,linux/arm/v7,linux/arm/v6
129 129
           push: ${{ github.event_name != 'pull_request' }}
130 130
           tags: ${{ steps.docker_meta.outputs.tags }}
131 131
           labels: ${{ steps.docker_meta.outputs.labels }}

Loading…
Cancelar
Guardar