Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Narsil committed Jun 7, 2024
1 parent eda299b commit 65b2efc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
- name: Inject slug/short variables
uses: rlespinasse/[email protected]
- name: Construct harware variables
shell: bash
run: |
case ${{ inputs.hardware }} in
cuda)
Expand All @@ -61,7 +62,10 @@ jobs:
;;
esac
echo $dockerfile
echo "Dockerfile=${dockerfile}"
echo $label_extension
echo $docker_devices
echo $runs_on
echo "DOCKERFILE=${dockerfile}" >> $GITHUB_ENV
echo "LABEL=${label_extension}" >> $GITHUB_ENV
echo "DOCKER_DEVICES=${docker_devices}" >> $GITHUB_ENV
Expand Down

0 comments on commit 65b2efc

Please sign in to comment.