From 49ec6ebbb67ea37eb8457a68fd66797207008d39 Mon Sep 17 00:00:00 2001 From: April Rieger <63515648+aprilrieger@users.noreply.github.com> Date: Mon, 13 Nov 2023 20:06:51 -0800 Subject: [PATCH] Create build-solr.yml --- .github/workflows/build-solr.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/build-solr.yml diff --git a/.github/workflows/build-solr.yml b/.github/workflows/build-solr.yml new file mode 100644 index 00000000..e7aaf276 --- /dev/null +++ b/.github/workflows/build-solr.yml @@ -0,0 +1,17 @@ +name: "Build Solr" +on: + workflow_dispatch: + inputs: + debug_enabled: + type: boolean + description: 'Run the build with tmate debugging enabled (https://github.com/marketplace/actions/debugging-with-tmate)' + required: false + default: false + +jobs: + build: + uses: scientist-softserv/actions/.github/workflows/build.yaml@v0.0.14 + secrets: inherit + with: + platforms: "linux/amd64" + solrTarget: hyku-solr