Fix docker & release workflows (#6316)

* Fix release workflow - remove portable builds which no longer exists.
This commit is contained in:
Jimmy Chen
2024-08-28 20:15:01 +10:00
committed by GitHub
parent 5a966874da
commit 1e4d0e53c7
3 changed files with 4 additions and 22 deletions

View File

@@ -80,7 +80,7 @@ jobs:
- name: Set `make` command for lighthouse
if: startsWith(matrix.binary, 'lighthouse')
run: |
echo "MAKE_CMD=build-${{ matrix.cpu_arch }}-portable" >> $GITHUB_ENV
echo "MAKE_CMD=build-${{ matrix.cpu_arch }}" >> $GITHUB_ENV
- name: Set `make` command for lcli
if: startsWith(matrix.binary, 'lcli')