We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
rosetta-maxtext
1 parent 5acefb4 commit 4fc41f3Copy full SHA for 4fc41f3
.github/workflows/_ci.yaml
@@ -90,6 +90,16 @@ jobs:
90
DOCKERFILE: .github/container/Dockerfile.maxtext.amd64
91
secrets: inherit
92
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
+
103
build-levanter:
104
needs: [build-jax]
105
uses: ./.github/workflows/_build.yaml
0 commit comments