repos / pico

pico services - prose.sh, pastes.sh, imgs.sh, feeds.sh, pgs.sh
git clone https://github.com/picosh/pico.git

commit
0643ba1
parent
9830556
author
Antonio Mika
date
2022-08-01 04:56:22 +0000 UTC
Fixed multiarch build
1 files changed,  +2, -2
M Dockerfile
+2, -2
 1@@ -16,8 +16,8 @@ FROM builder-deps as builder
 2 COPY . .
 3 
 4 ARG APP=lists
 5-ARG TARGETOS=linux
 6-ARG TARGETARCH=amd64
 7+ARG TARGETOS
 8+ARG TARGETARCH
 9 
10 ENV GOOS=${TARGETOS} GOARCH=${TARGETARCH}
11