Skip to content

Commit

Permalink
Attempt a musl-aarch64 build of lychee
Browse files Browse the repository at this point in the history
  • Loading branch information
skyzyx committed Apr 7, 2024
1 parent a16754e commit fb1f34f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/lychee/compile-alpine-amd64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ set -euo pipefail
PKG_VER="${1}"

# shellcheck disable=SC1091
source compile-alpine.sh "${PKG_VER}" "amd64"
source ./compile-alpine.sh "${PKG_VER}" "amd64"
2 changes: 1 addition & 1 deletion packages/lychee/compile-alpine-arm64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ set -euo pipefail
PKG_VER="${1}"

# shellcheck disable=SC1091
source compile-alpine.sh "${PKG_VER}" "arm64"
source ./compile-alpine.sh "${PKG_VER}" "arm64"

0 comments on commit fb1f34f

Please sign in to comment.