diff --git a/.github/workflows/pkg-binary.yml b/.github/workflows/pkg-binary.yml index 8021284e4..e87ea31a1 100644 --- a/.github/workflows/pkg-binary.yml +++ b/.github/workflows/pkg-binary.yml @@ -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 @@ -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 diff --git a/.github/workflows/pr-release-tests.yml b/.github/workflows/pr-release-tests.yml index ab8321582..c4e78ad7e 100644 --- a/.github/workflows/pr-release-tests.yml +++ b/.github/workflows/pr-release-tests.yml @@ -11,9 +11,6 @@ jobs: arch: - x64 - arm64 - fatcore: - - false - - true os: - linux - macos @@ -22,7 +19,6 @@ jobs: arch: ${{ matrix.arch }} node-version: "20" os: ${{ matrix.os }} - fatcore: ${{ matrix.fatcore }} release: runs-on: ${{ matrix.os }} @@ -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 }}