mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-31 04:23:40 +00:00
x86 build for compat (#2203)
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
FROM alpine:latest
|
||||
|
||||
ARG ARCH
|
||||
|
||||
RUN apk update && apk add duplicity curl
|
||||
ADD ./target/aarch64-unknown-linux-musl/release/compat /usr/local/bin/compat
|
||||
ADD ./target/$ARCH-unknown-linux-musl/release/compat /usr/local/bin/compat
|
||||
|
||||
ENTRYPOINT ["compat"]
|
||||
|
||||
Reference in New Issue
Block a user