mirror of
https://github.com/axllent/mailpit.git
synced 2025-03-19 21:28:07 +02:00
Build: Temporarily disable arm (32) Docker build
Seems to be causing github actions to get stuck for hours (11+).
This commit is contained in:
parent
c2d34f3071
commit
06bfc3b6e3
3
.github/workflows/build-docker.yml
vendored
3
.github/workflows/build-docker.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user