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:
Tom Alexander
2023-08-10 20:34:56 -04:00
parent 44ad6753ca
commit 729be9302b
4 changed files with 306 additions and 0 deletions

View 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