@@ -190,28 +190,32 @@ You can bypass this by clicking "More info" then "Run anyway".
190
190
## Manual download
191
191
192
192
Binaries are built from a number of different branches and PRs but you should
193
- stick to the ** master** branch releases for the most stable ones unless you know
193
+ stick to the ** ` master ` ** branch releases for the most stable ones unless you know
194
194
exactly what you are looking for.
195
195
196
196
We currently build on both GitHub Actions and Cirrus CI:
197
197
198
198
- GitHub Actions is used for building the majority of our binaries and builds
199
199
are run on every commit or PR.
200
- - Direct artifact download is available only for those with at least read
201
- permission on the repository . All artifacts are therefore automatically
202
- uploaded to the [ pulsar-edit/pulsar-rolling-releases] ( https://github.com/pulsar-edit/pulsar-rolling-releases/releases )
200
+ - Direct artifact download is available only for those who are logged in
201
+ with their GitHub accounts . All artifacts from the ` master ` branch
202
+ are therefore automatically uploaded to the [ pulsar-edit/pulsar-rolling-releases] ( https://github.com/pulsar-edit/pulsar-rolling-releases/releases )
203
203
repository for access by anyone.
204
204
- Cirrus CI is _ only_ used for building Apple silicon (macOS M1/M2) and ARM
205
205
Linux binaries. These are run less frequently (every Monday, Wednesday, and Friday).
206
206
207
- To download a binary produced by GitHub Actions then follow the below steps:
207
+ To download a binary produced by GitHub Actions, follow the below steps:
208
208
209
209
- Navigate to the [ pulsar-edit/pulsar-rolling-releases] ( https://github.com/pulsar-edit/pulsar-rolling-releases/releases )
210
210
releases.
211
211
- Select the most recent release (or for a specific release reference the timestamp
212
212
part of the version e.g. 1.109.** 2023091606** ).
213
- - Most binaries will be available with every release but Apple silicon and
214
- ARM Linux binaries will not. You may need to look for earlier releases.
213
+ - x86_64 binaries will be grouped together for most releases,
214
+ but occasionally they will be split across multiple releases.
215
+ Apple silicon and ARM Linux binaries are usually grouped together
216
+ in their own separate release from the x64 binaries, but sometimes not.
217
+ You may need to look through the earlier releases
218
+ to find binaries for your platform.
215
219
- Choose the binary you wish to download from the ` Assets ` section (you may need
216
220
click the ` Show all x assets ` link to display them all). See below for
217
221
descriptions of all available binaries.
0 commit comments