Skip to content

Commit a3fec61

Browse files
committed
fix
1 parent 6c425a7 commit a3fec61

File tree

2 files changed

+8
-16
lines changed

2 files changed

+8
-16
lines changed

.goreleaser.yml

-8
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# This is an example goreleaser.yaml file with some sane defaults.
21
# Make sure to check the documentation at http://goreleaser.com
32
---
43
archives:
@@ -26,13 +25,6 @@ builds:
2625
- linux
2726
- darwin
2827
- windows
29-
goarch:
30-
- arm
31-
- arm64
32-
goarm:
33-
- 5
34-
- 6
35-
- 7
3628
changelog:
3729
filters:
3830
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.9" width="240" />
2+
<img src="https://raw.githubusercontent.com/Clivern/Peanut/main/assets/logo.png?v=0.3.10" 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.9-red.svg">
13+
<img src="https://img.shields.io/badge/Version-0.3.10-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.9">
16+
<img src="https://goreportcard.com/badge/github.com/Clivern/Peanut?v=0.3.10">
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.9" width="80%" />
28+
<img src="https://raw.githubusercontent.com/Clivern/Peanut/main/assets/chart.png?v=0.3.10" 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.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%" />
33+
<img src="https://raw.githubusercontent.com/Clivern/Peanut/main/assets/screenshot_01.png?v=0.3.10" width="90%" />
34+
<img src="https://raw.githubusercontent.com/Clivern/Peanut/main/assets/screenshot_02.png?v=0.3.10" width="90%" />
35+
<img src="https://raw.githubusercontent.com/Clivern/Peanut/main/assets/screenshot_03.png?v=0.3.10" width="90%" />
36+
<img src="https://raw.githubusercontent.com/Clivern/Peanut/main/assets/screenshot_04.png?v=0.3.10" width="90%" />
3737
</p>
3838
</p>
3939

0 commit comments

Comments
 (0)