Skip to content

Commit

Permalink
Not just for Rust. Make naming more generalized.
Browse files Browse the repository at this point in the history
  • Loading branch information
skyzyx committed Apr 7, 2024
1 parent cb8e8c8 commit 96ce23b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/_build-rust-musl-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# by a third-party and are governed by separate terms of service, privacy
# policy, and support documentation.

name: "Step: Build Rust packages for musl-aarch64"
name: "Step: Build packages for musl-aarch64"
on:
workflow_call:
inputs:
Expand All @@ -29,7 +29,7 @@ permissions: read-all
jobs:
generate:
runs-on: ubuntu-latest
name: Build and cache
name: Compile musl-aarch64
strategy:
fail-fast: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-lychee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
if: needs.lookup.outputs.cache_hit != 'true'
needs: lookup
name: Compile for musl/aarch64
uses: northwood-labs/package-building/.github/workflows/_build-rust-musl-arm64.yml@main
uses: northwood-labs/package-building/.github/workflows/_build-musl-arm64.yml@main
secrets: inherit
with:
package-name: "lychee"
Expand Down
2 changes: 1 addition & 1 deletion packages/lychee/compile-alpine-arm64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Always interpreted by Bash 5+.
set -euo pipefail

# _build-rust-musl-arm64.yml always passes the package version as the first argument.
# _build-musl-arm64.yml always passes the package version as the first argument.
PKG_VER="${1}"

# Install dependencies
Expand Down

0 comments on commit 96ce23b

Please sign in to comment.