Skip to content

Commit 55fc753

Browse files
authored
Support ARM Architecture v5 & v6 & v7 (#68)
* Update .goreleaser.yml * bump
1 parent b78885b commit 55fc753

File tree

2 files changed

+15
-9
lines changed

2 files changed

+15
-9
lines changed

.goreleaser.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,13 @@ builds:
2626
- linux
2727
- darwin
2828
- windows
29-
29+
goarch:
30+
- arm
31+
- arm64
32+
goarm:
33+
- 5
34+
- 6
35+
- 7
3036
changelog:
3137
filters:
3238
exclude:

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img src="https://raw.githubusercontent.com/Clivern/Peanut/main/assets/logo.png?v=0.3.7" width="240" />
2+
<img src="https://raw.githubusercontent.com/Clivern/Peanut/main/assets/logo.png?v=0.3.9" width="240" />
33
<h3 align="center">Peanut</h3>
44
<p align="center">Deploy Databases and Services Easily for Development and Testing Pipelines.</p>
55
<p align="center">
@@ -10,10 +10,10 @@
1010
<img src="https://github.com/Clivern/Peanut/workflows/Release/badge.svg">
1111
</a>
1212
<a href="https://github.com/Clivern/Peanut/releases">
13-
<img src="https://img.shields.io/badge/Version-0.3.7-red.svg">
13+
<img src="https://img.shields.io/badge/Version-0.3.9-red.svg">
1414
</a>
1515
<a href="https://goreportcard.com/report/github.com/Clivern/Peanut">
16-
<img src="https://goreportcard.com/badge/github.com/Clivern/Peanut?v=0.3.7">
16+
<img src="https://goreportcard.com/badge/github.com/Clivern/Peanut?v=0.3.9">
1717
</a>
1818
<a href="https://godoc.org/github.com/clivern/peanut">
1919
<img src="https://godoc.org/github.com/clivern/peanut?status.svg">
@@ -25,15 +25,15 @@
2525
</p>
2626
<br/>
2727
<p align="center">
28-
<img src="https://raw.githubusercontent.com/Clivern/Peanut/main/assets/chart.png?v=0.3.7" width="80%" />
28+
<img src="https://raw.githubusercontent.com/Clivern/Peanut/main/assets/chart.png?v=0.3.9" width="80%" />
2929
</p>
3030
<p align="center">
3131
<h4 align="center">Dashboard Screenshots</h4>
3232
<p align="center">
33-
<img src="https://raw.githubusercontent.com/Clivern/Peanut/main/assets/screenshot_01.png?v=0.3.7" width="90%" />
34-
<img src="https://raw.githubusercontent.com/Clivern/Peanut/main/assets/screenshot_02.png?v=0.3.7" width="90%" />
35-
<img src="https://raw.githubusercontent.com/Clivern/Peanut/main/assets/screenshot_03.png?v=0.3.7" width="90%" />
36-
<img src="https://raw.githubusercontent.com/Clivern/Peanut/main/assets/screenshot_04.png?v=0.3.7" width="90%" />
33+
<img src="https://raw.githubusercontent.com/Clivern/Peanut/main/assets/screenshot_01.png?v=0.3.9" width="90%" />
34+
<img src="https://raw.githubusercontent.com/Clivern/Peanut/main/assets/screenshot_02.png?v=0.3.9" width="90%" />
35+
<img src="https://raw.githubusercontent.com/Clivern/Peanut/main/assets/screenshot_03.png?v=0.3.9" width="90%" />
36+
<img src="https://raw.githubusercontent.com/Clivern/Peanut/main/assets/screenshot_04.png?v=0.3.9" width="90%" />
3737
</p>
3838
</p>
3939

0 commit comments

Comments
 (0)