Skip to content

fix: nightly Triton URL uses invalid multi-tag platform slug - #90

Open
andrewwhitecdw wants to merge 1 commit into
NVlabs:mainfrom
andrewwhitecdw:bugfix/build-eed13789
Open

fix: nightly Triton URL uses invalid multi-tag platform slug#90
andrewwhitecdw wants to merge 1 commit into
NVlabs:mainfrom
andrewwhitecdw:bugfix/build-eed13789

Conversation

@andrewwhitecdw

Copy link
Copy Markdown

This PR addresses the following issue in fouroversix/.github/workflows/_build.yml: nightly Triton URL uses invalid multi-tag platform slug.

Changes

  • fouroversix/.github/workflows/_build.yml: nightly Triton URL uses invalid multi-tag platform slug.

Details

--- a/fouroversix/.github/workflows/_build.yml
+++ b/fouroversix/.github/workflows/_build.yml
@@ -1,5 +1,5 @@
-          if [ "$(uname -m)" = "aarch64" ] || [ "$(uname -m)" = "arm64" ]; then
-              PLAT=linux_aarch64
-          else
-              PLAT=manylinux_2_27_x86_64.manylinux_2_28_x86_64
-          fi
+          if [ "$(uname -m)" = "aarch64" ] || [ "$(uname -m)" = "arm64" ]; then
+              PLAT=manylinux_2_28_aarch64
+          else
+              PLAT=manylinux_2_28_x86_64
+          fi

Tests

Let me know if you want tests added for this fix or not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant