Skip to content

Commit

Permalink
Add PLATFORMS to 12.1 workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
terrykong committed Oct 10, 2023
1 parent eb14bed commit 6eaf361
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pax-cuda-121.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
BUILD_DATE: ${{ needs.metadata.outputs.BUILD_DATE }}
BASE_IMAGE: ${{ needs.build-pax.outputs.DOCKER_TAGS }}
BASE_LIBRARY: pax
PLATFORMS: '["amd64"]'
secrets: inherit

build-t5x:
Expand All @@ -82,6 +83,7 @@ jobs:
BUILD_DATE: ${{ needs.metadata.outputs.BUILD_DATE }}
BASE_IMAGE: ${{ needs.build-pax.outputs.DOCKER_TAGS }}
BASE_LIBRARY: t5x
PLATFORMS: '["amd64"]'
secrets: inherit

build-summary:
Expand Down

0 comments on commit 6eaf361

Please sign in to comment.