From 1732f13d1854333e406794e618c70c68ea8e1d47 Mon Sep 17 00:00:00 2001 From: Muhammed Kalkan Date: Wed, 21 Sep 2022 21:02:17 +0300 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 24ed663..a71f33b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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