Skip to content

Commit

Permalink
try arm64 with linux-musl-for-mac
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed Dec 10, 2023
1 parent 8bbb6d4 commit 7501712
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ jobs:
run: cat urls.txt
- uses: actions/upload-artifact@v3
with:
name: 'curl-linux-musl-from-mac-x86_64'
name: 'curl-linux-musl-from-mac'
retention-days: 5
path: |
*-*-linux*.*
Expand Down
1 change: 0 additions & 1 deletion _build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1734,7 +1734,6 @@ elif [ "${_OS}" = 'mac' ]; then
fi
elif [ "${_OS}" = 'linux' ]; then
if [ "${_HOST}" = 'mac' ]; then
# Custom installs of musl-cross can support a64 and other targets
if [[ "${_CONFIG}" != *'a64'* ]] && \
command -v x86_64-linux-musl-gcc >/dev/null 2>&1; then
build_single_target x64
Expand Down

0 comments on commit 7501712

Please sign in to comment.