summarylogtreecommitdiffstats
path: root/no-multiarch-build.patch
diff options
context:
space:
mode:
Diffstat (limited to 'no-multiarch-build.patch')
-rw-r--r--no-multiarch-build.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/no-multiarch-build.patch b/no-multiarch-build.patch
deleted file mode 100644
index 6f7c6a02930b..000000000000
--- a/no-multiarch-build.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -ura package.orig/gulpfile.js package.new/gulpfile.js
---- package.orig/gulpfile.js 2020-02-11 13:55:00.000000000 +0100
-+++ package.new/gulpfile.js 2020-02-11 15:43:14.856730664 +0100
-@@ -62,6 +62,20 @@
- c: { productName: 'rocketchat' },
- }));
-
-+task('release:linux-x64', () => build({
-+ publish: 'never',
-+ x64: true,
-+ linux: [],
-+ c: { productName: 'rocketchat' },
-+}));
-+
-+task('release:linux-ia32', () => build({
-+ publish: 'never',
-+ ia32: true,
-+ linux: [],
-+ c: { productName: 'rocketchat' },
-+}));
-+
- task('release:win32', () => build({
- publish: NODE_ENV === 'production' ? 'onTagOrDraft' : 'never',
- x64: true,