Skip to content

Commit

Permalink
Merge pull request #11 from scientist-softserv/aprilrieger-patch-1
Browse files Browse the repository at this point in the history
Create build-solr.yml
  • Loading branch information
aprilrieger authored Nov 14, 2023
2 parents 55e938e + 49ec6eb commit bae0fc9
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 bae0fc9

Please sign in to comment.