mirror of
https://github.com/Xevion/glance.git
synced 2026-01-31 04:24:25 -06:00
Update build to include openbsd and armv7
This commit is contained in:
+2
-1
@@ -2,9 +2,10 @@ FROM alpine:3.19
|
||||
|
||||
ARG TARGETOS
|
||||
ARG TARGETARCH
|
||||
ARG TARGETVARIANT
|
||||
|
||||
WORKDIR /app
|
||||
COPY build/glance-$TARGETOS-$TARGETARCH /app/glance
|
||||
COPY build/glance-$TARGETOS-$TARGETARCH${TARGETVARIANT} /app/glance
|
||||
|
||||
EXPOSE 8080/tcp
|
||||
ENTRYPOINT ["/app/glance"]
|
||||
|
||||
Reference in New Issue
Block a user