Add riscv64 support to docker builds
* Adjust GitHub CI to also build for riscv64 * Update base Ubuntu base for build from 18.04 LTS to 20.04 LTS as to support riscv64 * Minor: Exclude idea IDE files from git
This commit is contained in:
parent
252397a86d
commit
0541f29d98
4 changed files with 5 additions and 3 deletions
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
|
@ -16,7 +16,7 @@ on:
|
|||
env:
|
||||
DOCKER_REPO: shenxn/protonmail-bridge
|
||||
DOCKER_REPO_DEV: ghcr.io/shenxn/protonmail-bridge-dev
|
||||
PLATFORMS: linux/amd64,linux/arm64/v8,linux/arm/v7
|
||||
PLATFORMS: linux/amd64,linux/arm64/v8,linux/arm/v7,linux/riscv64
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue