mirror of
https://github.com/axllent/mailpit.git
synced 2025-08-15 20:13:16 +02:00
Merge branch 'release/0.0.6'
This commit is contained in:
1
.github/workflows/release-build.yml
vendored
1
.github/workflows/release-build.yml
vendored
@@ -38,6 +38,7 @@ jobs:
|
|||||||
goos: ${{ matrix.goos }}
|
goos: ${{ matrix.goos }}
|
||||||
goarch: ${{ matrix.goarch }}
|
goarch: ${{ matrix.goarch }}
|
||||||
binary_name: "mailpit"
|
binary_name: "mailpit"
|
||||||
|
pre_command: export CGO_ENABLED=0
|
||||||
asset_name: mailpit-${{ matrix.goos }}-${{ matrix.goarch }}
|
asset_name: mailpit-${{ matrix.goos }}-${{ matrix.goarch }}
|
||||||
extra_files: LICENSE README.md
|
extra_files: LICENSE README.md
|
||||||
md5sum: false
|
md5sum: false
|
||||||
|
@@ -3,6 +3,12 @@
|
|||||||
Notable changes to Mailpit will be documented in this file.
|
Notable changes to Mailpit will be documented in this file.
|
||||||
|
|
||||||
|
|
||||||
|
## 0.0.6
|
||||||
|
|
||||||
|
### Bugfix
|
||||||
|
- Disable CGO when building multi-arch binaries
|
||||||
|
|
||||||
|
|
||||||
## 0.0.5
|
## 0.0.5
|
||||||
|
|
||||||
### Feature
|
### Feature
|
||||||
|
Reference in New Issue
Block a user