Skip to content

Commit

Permalink
Maybe matrix.os?
Browse files Browse the repository at this point in the history
  • Loading branch information
JCGoran committed Feb 12, 2025
1 parent 9f0d828 commit 84b47c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
# manylinux does not support multi-platform images yet (see
# https://github.com/pypa/manylinux/issues/1306), so as a workaround,
# we use two custom input variables, one for x86, and one for arm
if [[ "${{ runner.os }}" =~ .*arm$ ]]
if [[ "${{ matrix.os }}" =~ .*arm$ ]]
then
BASE_IMAGE="${{ github.event.inputs.base_image_aarch64 }}"
BASE_IMAGE="${BASE_IMAGE:-${{ matrix.base_image }}}"
Expand Down

0 comments on commit 84b47c5

Please sign in to comment.