Update main.yml

This commit is contained in:
Muhammed Kalkan 2022-09-21 21:02:17 +03:00 committed by Jan-Otto Kröpke
parent 871acb7107
commit 1732f13d18
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ jobs:
fi
done
elif [ "$RUNNER_OS" == "Linux" ]; then
export USE_SYSTEM_FPM=true
env ELECTRON_BUILDER_EXTRA_ARGS="--arm64 --x64" make build
cp dist/OpenLens-${{ env.LENS_VERSION }}-latest.*.x86_64.AppImage releasefiles/OpenLens-${{ env.LENS_VERSION }}.AppImage
cp dist/OpenLens-${{ env.LENS_VERSION }}-latest.*.amd64.deb releasefiles/OpenLens-${{ env.LENS_VERSION }}.deb