Skip to content

Commit

Permalink
Try to add arm64 variant
Browse files Browse the repository at this point in the history
  • Loading branch information
hv0905 authored Feb 20, 2025
1 parent 876e2c0 commit fb7c3dc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,20 @@ jobs:
matrix:
configurations:
- dockerfile: "Dockerfile"
platforms: "linux/amd64"
suffixes: |
""
"-cuda"
"-cuda12.1"
args: |
CUDA_VERSION=12.1
- dockerfile: "Dockerfile"
platforms: "linux/amd64"
suffixes: '"-cuda11.8"'
args: |
CUDA_VERSION=11.8
- dockerfile: "cpu-only.Dockerfile"
platforms: "linux/amd64,linux/arm64"
suffixes: '"-cpu"'
args: ""
steps:
Expand Down Expand Up @@ -66,6 +69,7 @@ jobs:
uses: docker/build-push-action@v5
with:
file: ${{ matrix.configurations.dockerfile }}
platforms: ${{matrix.configurations.platforms}}
push: true
tags: ${{ steps.combine-tags.outputs.tags }}
build-args: ${{ matrix.configurations.args }}
Expand Down

0 comments on commit fb7c3dc

Please sign in to comment.