Skip to content

Commit e428f21

Browse files
committed
CI: Add gpu target for Docker build
1 parent b283712 commit e428f21

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-container.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
uses: docker/[email protected]
3030
with:
3131
files: docker/docker-bake.hcl
32+
targets: |
33+
default
34+
gpu
3235
push: ${{ github.event_name != 'pull_request' }}
3336
set: |
3437
*.cache-from=type=gha

0 commit comments

Comments
 (0)