Skip to content

Commit

Permalink
Support ARM Architecture v5 & v6 & v7 (#68)
Browse files Browse the repository at this point in the history
* Update .goreleaser.yml

* bump
  • Loading branch information
Clivern committed Nov 10, 2021
1 parent b78885b commit 55fc753
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
8 changes: 7 additions & 1 deletion .goreleaser.yml
Expand Up @@ -26,7 +26,13 @@ builds:
- linux
- darwin
- windows

goarch:
- arm
- arm64
goarm:
- 5
- 6
- 7
changelog:
filters:
exclude:
Expand Down
16 changes: 8 additions & 8 deletions README.md
@@ -1,5 +1,5 @@
<p align="center">
<img src="https://raw.githubusercontent.com/Clivern/Peanut/main/assets/logo.png?v=0.3.7" width="240" />
<img src="https://raw.githubusercontent.com/Clivern/Peanut/main/assets/logo.png?v=0.3.9" width="240" />
<h3 align="center">Peanut</h3>
<p align="center">Deploy Databases and Services Easily for Development and Testing Pipelines.</p>
<p align="center">
Expand All @@ -10,10 +10,10 @@
<img src="https://github.com/Clivern/Peanut/workflows/Release/badge.svg">
</a>
<a href="https://github.com/Clivern/Peanut/releases">
<img src="https://img.shields.io/badge/Version-0.3.7-red.svg">
<img src="https://img.shields.io/badge/Version-0.3.9-red.svg">
</a>
<a href="https://goreportcard.com/report/github.com/Clivern/Peanut">
<img src="https://goreportcard.com/badge/github.com/Clivern/Peanut?v=0.3.7">
<img src="https://goreportcard.com/badge/github.com/Clivern/Peanut?v=0.3.9">
</a>
<a href="https://godoc.org/github.com/clivern/peanut">
<img src="https://godoc.org/github.com/clivern/peanut?status.svg">
Expand All @@ -25,15 +25,15 @@
</p>
<br/>
<p align="center">
<img src="https://raw.githubusercontent.com/Clivern/Peanut/main/assets/chart.png?v=0.3.7" width="80%" />
<img src="https://raw.githubusercontent.com/Clivern/Peanut/main/assets/chart.png?v=0.3.9" width="80%" />
</p>
<p align="center">
<h4 align="center">Dashboard Screenshots</h4>
<p align="center">
<img src="https://raw.githubusercontent.com/Clivern/Peanut/main/assets/screenshot_01.png?v=0.3.7" width="90%" />
<img src="https://raw.githubusercontent.com/Clivern/Peanut/main/assets/screenshot_02.png?v=0.3.7" width="90%" />
<img src="https://raw.githubusercontent.com/Clivern/Peanut/main/assets/screenshot_03.png?v=0.3.7" width="90%" />
<img src="https://raw.githubusercontent.com/Clivern/Peanut/main/assets/screenshot_04.png?v=0.3.7" width="90%" />
<img src="https://raw.githubusercontent.com/Clivern/Peanut/main/assets/screenshot_01.png?v=0.3.9" width="90%" />
<img src="https://raw.githubusercontent.com/Clivern/Peanut/main/assets/screenshot_02.png?v=0.3.9" width="90%" />
<img src="https://raw.githubusercontent.com/Clivern/Peanut/main/assets/screenshot_03.png?v=0.3.9" width="90%" />
<img src="https://raw.githubusercontent.com/Clivern/Peanut/main/assets/screenshot_04.png?v=0.3.9" width="90%" />
</p>
</p>

Expand Down

0 comments on commit 55fc753

Please sign in to comment.