Skip to content

Commit

Permalink
Fix arch
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Nov 9, 2024
1 parent 59a657d commit 63d255c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/tasks/java-jars/github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
{{ macros.github_set_sccache_envvars()|indent(8) }}
GITHUB_TOKEN: {{ '${{ secrets.GITHUB_TOKEN }}' }}
run: |
if [ "${ARCH}" = "aarch_64" ]; then
if [ "${ARCH}" = "arm64v8" ]; then
# We can't use NuGet on manylinux2014_aarch64 because Mono is old.
:
else
Expand Down

0 comments on commit 63d255c

Please sign in to comment.