Update build to include openbsd and armv7
This commit is contained in:
parent
e204029d3c
commit
e78619f5e1
2 changed files with 11 additions and 2 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue