Просмотр исходного кода

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

tags/v1.0.9
9seconds 5 лет назад
Родитель
Сommit
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 \

Загрузка…
Отмена
Сохранить