Skip to content

Commit 65b1a8e

Browse files
committed
Run strip-nondeterminism on tar.gz builds
1 parent 06a35b6 commit 65b1a8e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ jobs:
2929
node release-automation/build.js --debian --tarball --appimage --x64 --armv7l --arm64
3030
env:
3131
DEBUG: electron-builder
32+
- name: Normalize tarballs for reproducibility
33+
run: |
34+
sudo apt-get install -y strip-nondeterminism
35+
strip-nondeterminism dist/*.tar.gz
3236
- name: Debug info
3337
run: node scripts/print-file-tree.js dist
3438
- name: Upload artifacts to GitHub Actions

0 commit comments

Comments
 (0)