From 04c386aacb742727cd09b0c6af13385f60c9b02b Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 6 Jun 2022 07:20:59 +0200 Subject: [PATCH] New --- xteve/build.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 xteve/build.json diff --git a/xteve/build.json b/xteve/build.json new file mode 100644 index 000000000..644769cf0 --- /dev/null +++ b/xteve/build.json @@ -0,0 +1,10 @@ +{ + "build_from": { + "aarch64": "collelog/xteve:latest-alpine", + "amd64": "scp002/xteve:latest", + "armv7": "collelog/xteve:latest-alpine" + }, + "codenotary": +{ +"signer": "alexandrep.github@gmail.com" } +}