소스 검색

Merge remote-tracking branch 'origin/master' into stable

tags/v1.0.9
9seconds 5 년 전
부모
커밋
28fe63dbdb
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1
    1
      .github/workflows/ci.yaml
  2. 1
    1
      Dockerfile

+ 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 }}

+ 1
- 1
Dockerfile 파일 보기

1
 ###############################################################################
1
 ###############################################################################
2
 # BUILD STAGE
2
 # BUILD STAGE
3
 
3
 
4
-FROM golang:1.15-alpine AS build
4
+FROM golang:1.16-alpine AS build
5
 
5
 
6
 RUN set -x \
6
 RUN set -x \
7
   && apk --no-cache --update add \
7
   && apk --no-cache --update add \

Loading…
취소
저장