We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bdf44c9 + 772e878 commit cb40663Copy full SHA for cb40663
.github/workflows/release.yml
@@ -24,6 +24,12 @@ on:
24
required: false
25
type: string
26
default: "0.11.0"
27
+ # This can be removed once we have llama.cpp built for MUSA.
28
+ buildMusa:
29
+ description: 'Build MUSA image'
30
+ required: false
31
+ type: boolean
32
+ default: false
33
34
jobs:
35
test:
@@ -157,6 +163,7 @@ jobs:
157
163
tags: ${{ steps.tags.outputs.rocm }}
158
164
159
165
- name: Build MUSA image
166
+ if: ${{ inputs.buildMusa }}
160
167
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83
161
168
with:
162
169
file: Dockerfile
0 commit comments