mirror of
https://github.com/gogs/gogs.git
synced 2026-07-07 14:42:04 +02:00
Update Dockerfiles for ARM to use alpine golang (#6183)
This commit is contained in:
committed by
GitHub
parent
79d8aa0cb8
commit
8366bd1cbe
@@ -1,4 +1,4 @@
|
||||
FROM arm64v8/golang:1.14 AS binarybuilder
|
||||
FROM arm64v8/golang:1.14-alpine3.11 AS binarybuilder
|
||||
RUN apk --no-cache --no-progress add --virtual \
|
||||
build-deps \
|
||||
build-base \
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM arm32v7/golang:1.14 AS binarybuilder
|
||||
FROM arm32v7/golang:1.14-alpine3.11 AS binarybuilder
|
||||
RUN apk --no-cache --no-progress add --virtual \
|
||||
build-deps \
|
||||
build-base \
|
||||
|
||||
Reference in New Issue
Block a user