mirror of
https://github.com/axllent/mailpit.git
synced 2025-04-19 12:12:26 +02:00
Add linux-arm to release matrix
This commit is contained in:
parent
1efbbb353b
commit
11eec7db30
6
.github/workflows/release-build.yml
vendored
6
.github/workflows/release-build.yml
vendored
@ -10,12 +10,16 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
goos: [linux, windows, darwin]
|
goos: [linux, windows, darwin]
|
||||||
goarch: ["386", amd64, arm64]
|
goarch: ["386", amd64, arm, arm64]
|
||||||
exclude:
|
exclude:
|
||||||
- goarch: "386"
|
- goarch: "386"
|
||||||
goos: darwin
|
goos: darwin
|
||||||
- goarch: "386"
|
- goarch: "386"
|
||||||
goos: windows
|
goos: windows
|
||||||
|
- goarch: arm
|
||||||
|
goos: darwin
|
||||||
|
- goarch: arm
|
||||||
|
goos: windows
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user