Generate locales for docker, fix arm images
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM arm32v7/debian:buster
|
||||
FROM multiarch/debian-debootstrap:armhf-buster
|
||||
|
||||
LABEL Lan Tian "lantian@lantian.pub"
|
||||
ENV GOOS=linux GOARCH=arm
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM arm64v8/debian:buster
|
||||
FROM multiarch/debian-debootstrap:arm64-buster
|
||||
|
||||
LABEL Lan Tian "lantian@lantian.pub"
|
||||
ENV GOOS=linux GOARCH=arm64
|
||||
|
||||
Reference in New Issue
Block a user