diff options
author | deadprogram <[email protected]> | 2022-01-15 19:03:15 +0100 |
---|---|---|
committer | deadprogram <[email protected]> | 2022-01-15 19:03:15 +0100 |
commit | 512fb1dae6d7b66705584a3ec5fb8968e07c0fee (patch) | |
tree | a897c9189ae782ddba2342a80f3b2d5b1ee2dbc1 /README.md | |
parent | 0d20afa85fe38c260e8e920d62e987fd0a3876b8 (diff) | |
download | tinygo-512fb1dae6d7b66705584a3ec5fb8968e07c0fee.tar.gz tinygo-512fb1dae6d7b66705584a3ec5fb8968e07c0fee.zip |
docs: update CI badges for GH actions, and correct count of supported boards
Signed-off-by: deadprogram <[email protected]>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ # TinyGo - Go compiler for small places -[![CircleCI](https://circleci.com/gh/tinygo-org/tinygo/tree/dev.svg?style=svg)](https://circleci.com/gh/tinygo-org/tinygo/tree/dev) [![Windows](https://github.com/tinygo-org/tinygo/actions/workflows/windows.yml/badge.svg?branch=dev)](https://github.com/tinygo-org/tinygo/actions/workflows/windows.yml) +[![Linux](https://github.com/tinygo-org/tinygo/actions/workflows/linux.yml/badge.svg?branch=dev)](https://github.com/tinygo-org/tinygo/actions/workflows/linux.yml) [![macOS](https://github.com/tinygo-org/tinygo/actions/workflows/build-macos.yml/badge.svg?branch=dev)](https://github.com/tinygo-org/tinygo/actions/workflows/build-macos.yml) [![Windows](https://github.com/tinygo-org/tinygo/actions/workflows/windows.yml/badge.svg?branch=dev)](https://github.com/tinygo-org/tinygo/actions/workflows/windows.yml) [![CircleCI](https://circleci.com/gh/tinygo-org/tinygo/tree/dev.svg?style=svg)](https://circleci.com/gh/tinygo-org/tinygo/tree/dev) TinyGo is a Go compiler intended for use in small places such as microcontrollers, WebAssembly (Wasm), and command-line tools. @@ -43,7 +43,7 @@ See the [getting started instructions](https://tinygo.org/getting-started/) for You can compile TinyGo programs for microcontrollers, WebAssembly and Linux. -The following 79 microcontroller boards are currently supported: +The following 80 microcontroller boards are currently supported: * [Adafruit Circuit Playground Bluefruit](https://www.adafruit.com/product/4333) * [Adafruit Circuit Playground Express](https://www.adafruit.com/product/3333) |