Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MuhammedKalkan authored and jkroepke committed Sep 29, 2022
1 parent 871acb7 commit 1732f13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1732f13

Please sign in to comment.