Skip to content

Commit

Permalink
Create build-solr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aprilrieger authored Nov 14, 2023
1 parent 55e938e commit 49ec6eb
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/build-solr.yml
Original file line number Diff line number Diff line change
@@ -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/[email protected]
secrets: inherit
with:
platforms: "linux/amd64"
solrTarget: hyku-solr

0 comments on commit 49ec6eb

Please sign in to comment.