Skip to content

Commit 4fc41f3

Browse files
committed
ci: Add rosetta-maxtext build
1 parent 5acefb4 commit 4fc41f3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/_ci.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,16 @@ jobs:
9090
DOCKERFILE: .github/container/Dockerfile.maxtext.amd64
9191
secrets: inherit
9292

93+
build-rosetta-maxtext:
94+
needs: build-upstream-maxtext
95+
uses: ./.github/workflows/_build_rosetta.yaml
96+
with:
97+
ARCHITECTURE: ${{ inputs.ARCHITECTURE }}
98+
BUILD_DATE: ${{ inputs.BUILD_DATE }}
99+
BASE_IMAGE: ${{ needs.build-upstream-maxtext.outputs.DOCKER_TAG_MEALKIT }}
100+
BASE_LIBRARY: maxtext
101+
secrets: inherit
102+
93103
build-levanter:
94104
needs: [build-jax]
95105
uses: ./.github/workflows/_build.yaml

0 commit comments

Comments
 (0)