diff --git a/README.md b/README.md index 1c6c42a333..3c9e310e24 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,17 @@ -[![Mingw build](https://github.com/analogdevicesinc/scopy/actions/workflows/mingwbuild.yml/badge.svg?branch=master)](https://github.com/analogdevicesinc/scopy/actions/workflows/mingwbuild.yml?query=branch%3Amaster+) -[![Flatpak build](https://github.com/analogdevicesinc/scopy/actions/workflows/linuxflatpakbuild.yml/badge.svg?branch=master)](https://github.com/analogdevicesinc/scopy/actions/workflows/linuxflatpakbuild.yml?query=branch%3Amaster+) -[![MacOs status](https://dev.azure.com/AnalogDevices/M2k/_apis/build/status/analogdevicesinc.scopy?branchName=master)](https://dev.azure.com/AnalogDevices/M2k/_build/latest?definitionId=25&branchName=master) -[![Android build](https://github.com/analogdevicesinc/scopy/actions/workflows/androidbuild.yml/badge.svg?branch=master)](https://github.com/analogdevicesinc/scopy/actions/workflows/androidbuild.yml?query=branch%3Amaster+) -[![Ubuntu build](https://github.com/analogdevicesinc/scopy/actions/workflows/clangtidy.yml/badge.svg?branch=master)](https://github.com/analogdevicesinc/scopy/actions/workflows/clangtidy.yml?query=branch%3Amaster+) +[![Appimage x86_64 build](https://github.com/analogdevicesinc/scopy/actions/workflows/appimage-x86_64.yml/badge.svg?branch=main)](https://github.com/analogdevicesinc/scopy/actions/workflows/appimage-x86_64.yml?query=branch%3Amain) +[![Appimage armhf build](https://github.com/analogdevicesinc/scopy/actions/workflows/appimage-armhf.yml/badge.svg?branch=main)](https://github.com/analogdevicesinc/scopy/actions/workflows/appimage-armhf.yml?query=branch%3Amain) +[![Appimage arm64 build](https://github.com/analogdevicesinc/scopy/actions/workflows/appimage-arm64.yml/badge.svg?branch=main)](https://github.com/analogdevicesinc/scopy/actions/workflows/appimage-arm64.yml?query=branch%3Amain) +[![Flatpak build](https://github.com/analogdevicesinc/scopy/actions/workflows/linuxflatpakbuild.yml/badge.svg?branch=main)](https://github.com/analogdevicesinc/scopy/actions/workflows/linuxflatpakbuild.yml?query=branch%3Amain) +[![Mingw build](https://github.com/analogdevicesinc/scopy/actions/workflows/mingwbuild.yml/badge.svg?branch=main)](https://github.com/analogdevicesinc/scopy/actions/workflows/mingwbuild.yml?query=branch%3Amain) +[![macOS status](https://dev.azure.com/AnalogDevices/M2k/_apis/build/status/analogdevicesinc.scopy?branchName=main&label=Scopy%20macOS)](https://dev.azure.com/AnalogDevices/M2k/_build?definitionId=25&_a=summary&branchFilter=5915%2C5915) # Scopy [![GitHub Release](https://img.shields.io/github/release/analogdevicesinc/scopy.svg)](https://github.com/analogdevicesinc/scopy/releases/latest) [![GPLv3 License](https://img.shields.io/badge/License-GPL%20v3-yellow.svg)](https://github.com/analogdevicesinc/scopy/blob/update-readme/LICENSE) Scopy is a software oscilloscope and signal analysis toolset. ### Supported platforms - Windows (x86-64) -- Linux flatpak (x86-64, arm32) -- MacOs (x86-64) +- Linux flatpak (x86-64, armhf, arm64) +- macOS (x86-64, arm64) - Android (aarch64) Complete instalation and usage instructions can be found on our [Wiki](https://wiki.analog.com/university/tools/m2k/scopy) page.