Skip to content

Commit

Permalink
Bring back linux signing
Browse files Browse the repository at this point in the history
  • Loading branch information
erskingardner committed Jan 6, 2025
1 parent 45ed897 commit 92df9c4
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,15 +128,10 @@ jobs:
if: ${{ !matrix.android }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
LDAI_SIGN: false # Disable signing temporarily to test build
# LDAI_SIGN: ${{ matrix.platform == 'ubuntu-22.04' }}
# LDAI_SIGN_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
# LDAI_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
# Remove old env vars
# SIGN: false
# SIGN_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
# APPIMAGETOOL_SIGN_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
APPIMAGETOOL_FORCE_SIGN: 0
LDAI_SIGN: ${{ matrix.platform == 'ubuntu-22.04' }} # Enable signing for Linux
LDAI_SIGN_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
LDAI_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
# Keep debug output in case we need it
RUST_BACKTRACE: 1
TAURI_BUILD_DEBUG: true
run: |
Expand Down

0 comments on commit 92df9c4

Please sign in to comment.