From 6eaf361b0250dbde980e2c1ba4f5305de1b50930 Mon Sep 17 00:00:00 2001 From: Terry Kong Date: Fri, 6 Oct 2023 14:16:42 -0700 Subject: [PATCH] Add PLATFORMS to 12.1 workflow --- .github/workflows/pax-cuda-121.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pax-cuda-121.yaml b/.github/workflows/pax-cuda-121.yaml index 6e9b9582f..7eca5786c 100644 --- a/.github/workflows/pax-cuda-121.yaml +++ b/.github/workflows/pax-cuda-121.yaml @@ -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: @@ -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: