소스 검색

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

Build for arm 32 platforms
tags/v1.0.9^2
Sergey Arkhipov 5 년 전
부모
커밋
dca43853fb
No account linked to committer's email address
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      .github/workflows/ci.yaml

+ 1
- 1
.github/workflows/ci.yaml 파일 보기

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…
취소
저장