Skip to content

Commit

Permalink
Merge branch 'release/v1.3.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
axllent committed Dec 8, 2022
2 parents be58229 + 5e09dec commit 858dfca
Show file tree
Hide file tree
Showing 3 changed files with 190 additions and 183 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
uses: docker/build-push-action@v3
with:
context: .
platforms: linux/386,linux/amd64,linux/arm,linux/arm64
# platforms: linux/386,linux/amd64,linux/arm,linux/arm64
platforms: linux/386,linux/amd64,linux/arm64
build-args: |
"VERSION=${{ github.ref_name }}"
push: true
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

Notable changes to Mailpit will be documented in this file.

## v1.3.2

### Build
- Temporarily disable arm (32) Docker build


## v1.3.1

### Bugfix
Expand Down
Loading

0 comments on commit 858dfca

Please sign in to comment.