mirror of
https://github.com/matrix-construct/construct
synced 2024-11-01 03:18:54 +01:00
12 lines
186 B
Docker
12 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
|