From c69afe634f1beb4b0485d28bce1faabdb7f2f7c7 Mon Sep 17 00:00:00 2001 From: Tracey Jaquith Date: Mon, 26 Aug 2024 16:14:28 -0700 Subject: [PATCH] updated CI --- .github/workflows/ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/workflows/ci.yml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml new file mode 100644 index 0000000..71a3d64 --- /dev/null +++ b/.github/workflows/ci.yml @@ -0,0 +1,8 @@ +on: push +jobs: + cicd: + uses: internetarchive/cicd/.github/workflows/cicd.yml@main + with: + PLATFORMS: 'linux/amd64, linux/arm64' + NO_TEST: true + NOMAD_VAR_NO_DEPLOY: true