File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -16,20 +16,6 @@ Contributions are welcome!
16
16
GitHub Actions automatically creates builds when new commits are pushed to the ` master ` branch.
17
17
You can download the prebuilt binaries for x86_64 Windows, Linux (Ubuntu), and macOS.
18
18
19
- [ target.aarch64-unknown-linux-gnu]
20
- image = "ghcr.io/cross-rs/aarch64-unknown-linux-gnu: edge "
21
- pre-build = [
22
- "dpkg --add-architecture $CROSS_DEB_ARCH",
23
- "apt-get update && apt-get --assume-yes install libgtk-3-dev:$CROSS_DEB_ARCH libssl-dev:$CROSS_DEB_ARCH libasound2-dev:$CROSS_DEB_ARCH"
24
- ]
25
-
26
- [ target.x86_64-unknown-linux-gnu]
27
- image = "ghcr.io/cross-rs/x86_64-unknown-linux-gnu: edge "
28
- pre-build = [
29
- "dpkg --add-architecture $CROSS_DEB_ARCH",
30
- "apt-get update && apt-get --assume-yes install libgtk-3-dev:$CROSS_DEB_ARCH libssl-dev:$CROSS_DEB_ARCH libasound2-dev:$CROSS_DEB_ARCH"
31
- ]
32
-
33
19
| Platform |
34
20
| ------------------------------------------------------------------------------------------------------------------- |
35
21
| [ Linux (x86_64)] ( https://nightly.link/jpochyla/psst/workflows/build/master/psst-gui-x86_64-unknown-linux-gnu.zip ) |
You can’t perform that action at this time.
0 commit comments