Skip to content

Commit

Permalink
ci: Add rosetta-maxtext build
Browse files Browse the repository at this point in the history
  • Loading branch information
ko3n1g committed Apr 19, 2024
1 parent 5acefb4 commit 4fc41f3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,16 @@ jobs:
DOCKERFILE: .github/container/Dockerfile.maxtext.amd64
secrets: inherit

build-rosetta-maxtext:
needs: build-upstream-maxtext
uses: ./.github/workflows/_build_rosetta.yaml
with:
ARCHITECTURE: ${{ inputs.ARCHITECTURE }}
BUILD_DATE: ${{ inputs.BUILD_DATE }}
BASE_IMAGE: ${{ needs.build-upstream-maxtext.outputs.DOCKER_TAG_MEALKIT }}
BASE_LIBRARY: maxtext
secrets: inherit

build-levanter:
needs: [build-jax]
uses: ./.github/workflows/_build.yaml
Expand Down

0 comments on commit 4fc41f3

Please sign in to comment.