Skip to content

Commit

Permalink
Merge pull request #249 from suzuki-shunsuke/feat/tiny-go
Browse files Browse the repository at this point in the history
feat: add `tinygo-org/tinygo`
  • Loading branch information
suzuki-shunsuke committed Sep 23, 2021
2 parents 34a3cfc + 330a5c7 commit 29b5490
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
3 changes: 3 additions & 0 deletions aqua.yaml
Expand Up @@ -437,6 +437,9 @@ packages:
- name: thought-machine/please
registry: standard
version: v16.9.0 # renovate: depName=thought-machine/please
- name: tinygo-org/tinygo
registry: standard
version: v0.20.0 # renovate: depName=tinygo-org/tinygo
- name: tsenart/vegeta
registry: standard
version: v12.8.4 # renovate: depName=tsenart/vegeta
Expand Down
13 changes: 13 additions & 0 deletions registry.yaml
Expand Up @@ -1187,6 +1187,19 @@ packages:
files:
- name: please
src: please/please
- type: github_release
repo_owner: tinygo-org
repo_name: tinygo
asset: 'tinygo{{trimV .Version}}.{{.OS}}-{{.Arch}}.{{.Format}}'
link: https://tinygo.org/
description: Go compiler for small places. Microcontrollers, WebAssembly, and command-line tools. Based on LLVM
format: tar.gz
format_overrides:
- goos: windows
format: zip
files:
- name: tinygo
src: tinygo/bin/tinygo
- type: github_release
repo_owner: tsenart
repo_name: vegeta
Expand Down

0 comments on commit 29b5490

Please sign in to comment.