Skip to content

Commit d66a5a8

Browse files
authored
Merge pull request #33 from nathanchance/fix-build-args
[skip actions] Signed-off-by: Nathan Chancellor <[email protected]>
2 parents 59022f8 + 978f85d commit d66a5a8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/actions/build-test-llvm-project/action.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ inputs:
55
arch:
66
description: Architecture to build containers for
77
required: true
8+
build-args:
9+
description: List of build arguments to pass along to Docker
10+
required: false
11+
default: NONE=none
812
file:
913
description: Dockerfile to build the container from
1014
required: true
@@ -24,6 +28,7 @@ runs:
2428
- name: Build llvm-project
2529
uses: docker/build-push-action@v3
2630
with:
31+
build-args: ${{ inputs.build-args }}
2732
context: ./llvm-project
2833
file: ./llvm-project/${{ inputs.file }}
2934
load: true

0 commit comments

Comments
 (0)