mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-06 10:11:44 +00:00
Fix docker & release workflows (#6316)
* Fix release workflow - remove portable builds which no longer exists.
This commit is contained in:
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user