Skip to content

Commit

Permalink
Enable PAX ARM build in nightlies (#449)
Browse files Browse the repository at this point in the history
PAX ARM builded started breaking recently and was disabled in
#426.

Fix for the ARM build was landed in
f5abca9
and this PR reenables the nightly PAX ARM builds

Example workflow -
https://github.com/NVIDIA/JAX-Toolbox/actions/runs/7413427817/job/20172335298

Closes #428
  • Loading branch information
hemildesai authored Jan 4, 2024
1 parent d75c12a commit 19fb059
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/nightly-rosetta-pax-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ jobs:
arm64:
needs: metadata
uses: ./.github/workflows/_build_rosetta.yaml
if: false # TODO: Enable when arm64 build is ready
with:
ARCHITECTURE: arm64
BUILD_DATE: ${{ needs.metadata.outputs.BUILD_DATE }}
Expand Down Expand Up @@ -130,7 +129,7 @@ jobs:
echo "MESSAGE='${MSG}'" >> $GITHUB_OUTPUT
echo "COLOR='${BADGE_COLOR}'" >> $GITHUB_OUTPUT
echo "STATUS='${STATUS}'" >> ${GITHUB_OUTPUT}
publish-mealkit:
# needs: [metadata, amd64, arm64]
needs: [metadata, amd64]
Expand Down

0 comments on commit 19fb059

Please sign in to comment.