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