aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-07-07 08:50:53 +0530
committerLibravatar GitHub <noreply@github.com>2021-07-07 08:50:53 +0530
commit4669e0327d91ab4e203bd7fbfdc59c13601374ad (patch)
tree6d1ed095568f28898c1db4e9eb9514343b9e15d5 /CONTRIBUTING.md
parentfix: fix breaking tab component (diff)
downloadferdium-app-4669e0327d91ab4e203bd7fbfdc59c13601374ad.tar.gz
ferdium-app-4669e0327d91ab4e203bd7fbfdc59c13601374ad.tar.zst
ferdium-app-4669e0327d91ab4e203bd7fbfdc59c13601374ad.zip
Building ferdi on an ARM machine (#1611)
Moving away from electron-builder base image (since it doesn't support building on ARM yet)
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 7fcc868c2..c26de8a12 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -137,7 +137,7 @@ cd recipes && npm i && npm run package
137### Using Docker to build a linux-targetted packaged app 137### Using Docker to build a linux-targetted packaged app
138 138
139```bash 139```bash
140docker build -t ferdi-package . 140docker build -t ferdi-package-`uname -m` .
141``` 141```
142 142
143The above will place all the built artifacts into the `/ferdi` folder within the image. 143The above will place all the built artifacts into the `/ferdi` folder within the image.