Selaa lähdekoodia

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

tags/v1.0.9
9seconds 5 vuotta sitten
vanhempi
commit
28fe63dbdb
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 1
    1
      .github/workflows/ci.yaml
  2. 1
    1
      Dockerfile

+ 1
- 1
.github/workflows/ci.yaml Näytä tiedosto

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

+ 1
- 1
Dockerfile Näytä tiedosto

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

Loading…
Peruuta
Tallenna