Skip to content

Commit cb40663

Browse files
authored
Merge pull request docker#326 from doringeman/musa
fix(ci): make MUSA build conditional
2 parents bdf44c9 + 772e878 commit cb40663

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ on:
2424
required: false
2525
type: string
2626
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
2733

2834
jobs:
2935
test:
@@ -157,6 +163,7 @@ jobs:
157163
tags: ${{ steps.tags.outputs.rocm }}
158164

159165
- name: Build MUSA image
166+
if: ${{ inputs.buildMusa }}
160167
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83
161168
with:
162169
file: Dockerfile

0 commit comments

Comments
 (0)