File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 35
35
sudo pacman -S zip zig
36
36
```
37
37
38
+ ##### For packaging
39
+
40
+ For packaging, the following additional packages are required:
41
+
42
+ - ` fpm ` &mdash ; If you're on x64 you can skip this. If you're on ARM64, install fpm via [ Gem] ( https://rubygems.org/gems/fpm )
43
+ - ` rpm ` &mdash ; If you're not on Fedora, install RPM via your package manager.
44
+ - ` snapd ` &mdash ; If your distro doesn't already include it, [ install ` snapd ` ] ( https://snapcraft.io/docs/installing-snapd )
45
+ - ` lxd ` &mdash ; [ Installation instructions] ( https://canonical.com/lxd/install )
46
+ - ` snapcraft ` &mdash ; Run ` sudo snap install snapcraft --classic `
47
+ - ` libarchive-tools ` &mdash ; Install via your package manager
48
+ - ` libopenjp2-tools ` &mdash ; Install via your package manager
49
+ - ` squashfs-tools ` &mdash ; Install via your package manager
50
+
38
51
#### Windows
39
52
40
53
You will need the GNU build toolchain installed in order for Go to work on Windows. In most cases, this requires installing MinGW-w64.
@@ -118,6 +131,12 @@ Run the following command to generate a production build and package it. This le
118
131
task package
119
132
```
120
133
134
+ If you're on Linux ARM64, run the following:
135
+
136
+ ``` sh
137
+ USE_SYSTEM_FPM=1 task package
138
+ ```
139
+
121
140
## Debugging
122
141
123
142
### Frontend logs
You can’t perform that action at this time.
0 commit comments