Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jonafeucht committed Jun 11, 2024
1 parent c26fe2d commit 5dee32e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,12 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
dockerfile: [Dockerfile, Dockerfile.cuda]
include:
- dockerfile: Dockerfile
- dockerfile: Dockerfile.cuda
tag-suffix: -cuda
- docker_file: Dockerfile
platforms: linux/arm64,linux/amd64
- docker_file: Dockerfile.cuda
tag_extension: -cuda
platforms: linux/arm64,linux/amd64
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 5dee32e

Please sign in to comment.