Sfoglia il codice sorgente

Merge pull request #178 from 9seconds/ci-arm32

Build for arm 32 platforms
tags/v1.0.9^2
Sergey Arkhipov 5 anni fa
parent
commit
dca43853fb
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      .github/workflows/ci.yaml

+ 1
- 1
.github/workflows/ci.yaml Vedi File

125
         with:
125
         with:
126
           pull: true
126
           pull: true
127
           context: .
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
           push: ${{ github.event_name != 'pull_request' }}
129
           push: ${{ github.event_name != 'pull_request' }}
130
           tags: ${{ steps.docker_meta.outputs.tags }}
130
           tags: ${{ steps.docker_meta.outputs.tags }}
131
           labels: ${{ steps.docker_meta.outputs.labels }}
131
           labels: ${{ steps.docker_meta.outputs.labels }}

Loading…
Annulla
Salva