mirror of
https://github.com/matrix-construct/construct
synced 2024-10-31 19:08:59 +01:00
11 lines
186 B
Docker
11 lines
186 B
Docker
ARG acct
|
|
ARG repo
|
|
ARG feature
|
|
ARG cc
|
|
|
|
FROM ${acct}/${repo}:ubuntu-22.04-${feature}-built-${cc}-${TARGETARCH}
|
|
|
|
WORKDIR /root
|
|
RUN true \
|
|
&& construct -debug -smoketest localhost \
|
|
&& true
|