Skip to content

Commit

Permalink
bump to lando/pkg-action@v6
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Nov 15, 2024
1 parent 1813e07 commit f203a2a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pkg-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:
default: linux
fatcore:
description: Whether to build a fat binary or not
required: true
required: false
type: boolean
default: false

Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
version: dev
sync: false
- name: Package into node binary
uses: lando/pkg-action@v5
uses: lando/pkg-action@v6
with:
entrypoint: bin/lando
filename: lando
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/pr-release-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ jobs:
arch:
- x64
- arm64
fatcore:
- false
- true
os:
- linux
- macos
Expand All @@ -22,7 +19,6 @@ jobs:
arch: ${{ matrix.arch }}
node-version: "20"
os: ${{ matrix.os }}
fatcore: ${{ matrix.fatcore }}

release:
runs-on: ${{ matrix.os }}
Expand All @@ -45,6 +41,8 @@ jobs:
path: dist
- name: Verify artifacts
run: |
ls -lsa
ls -lsa dist
./scripts/generate-checksums.sh --directory dist --depth 2 --show
cat checksums.txt | grep "$(sha256sum dist/lando-linux-x64-slim-${{ github.sha }}/core)"
- name: Install node ${{ matrix.node-version }}
Expand Down

0 comments on commit f203a2a

Please sign in to comment.