Add linux/arm/v7 to automate builds

After working around 32bits issues, this PR automate arm/v7 builds
This commit is contained in:
Rafael Blumberg 2022-01-21 18:44:55 +00:00 committed by GitHub
parent 683dd16a80
commit 58fa291e97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ on:
env: env:
DOCKER_REPO: shenxn/protonmail-bridge DOCKER_REPO: shenxn/protonmail-bridge
DOCKER_REPO_DEV: ghcr.io/shenxn/protonmail-bridge-dev DOCKER_REPO_DEV: ghcr.io/shenxn/protonmail-bridge-dev
PLATFORMS: linux/amd64,linux/arm64/v8 PLATFORMS: linux/amd64,linux/arm64/v8,linux/arm/v7
jobs: jobs:
build: build: