diff --git a/README.md b/README.md index 0a10657b..6f112bbe 100644 --- a/README.md +++ b/README.md @@ -16,20 +16,6 @@ Contributions are welcome! GitHub Actions automatically creates builds when new commits are pushed to the `master` branch. You can download the prebuilt binaries for x86_64 Windows, Linux (Ubuntu), and macOS. -[target.aarch64-unknown-linux-gnu] -image = "ghcr.io/cross-rs/aarch64-unknown-linux-gnu:edge" -pre-build = [ -"dpkg --add-architecture $CROSS_DEB_ARCH", -"apt-get update && apt-get --assume-yes install libgtk-3-dev:$CROSS_DEB_ARCH libssl-dev:$CROSS_DEB_ARCH libasound2-dev:$CROSS_DEB_ARCH" -] - -[target.x86_64-unknown-linux-gnu] -image = "ghcr.io/cross-rs/x86_64-unknown-linux-gnu:edge" -pre-build = [ -"dpkg --add-architecture $CROSS_DEB_ARCH", -"apt-get update && apt-get --assume-yes install libgtk-3-dev:$CROSS_DEB_ARCH libssl-dev:$CROSS_DEB_ARCH libasound2-dev:$CROSS_DEB_ARCH" -] - | Platform | | ------------------------------------------------------------------------------------------------------------------- | | [Linux (x86_64)](https://nightly.link/jpochyla/psst/workflows/build/master/psst-gui-x86_64-unknown-linux-gnu.zip) |