Update tekton pipeline to build all the permutations of Organic.
This is to catch regressions in feature-gating since I won't be building every possible permutation all the time.
This commit is contained in:
4
docker/organic_build/Dockerfile
Normal file
4
docker/organic_build/Dockerfile
Normal file
@@ -0,0 +1,4 @@
|
||||
FROM rustlang/rust:nightly-alpine3.17
|
||||
|
||||
RUN apk add --no-cache musl-dev
|
||||
RUN cargo install --locked --no-default-features --features ci-autoclean cargo-cache
|
||||
Reference in New Issue
Block a user