Remove riscv64 from build
This commit is contained in:
parent
3f762da1e6
commit
abe52a9cfd
3 changed files with 34 additions and 20 deletions
4
.github/workflows/build.yaml
vendored
4
.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,linux/riscv64
|
||||
PLATFORMS: linux/amd64,linux/arm64/v8,linux/arm/v7
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
@ -94,3 +94,5 @@ jobs:
|
|||
${{ steps.repo.outputs.repo }}:${{ steps.version.outputs.version }}-build
|
||||
labels: ${{ steps.docker_meta.outputs.labels }}
|
||||
push: ${{ github.event_name != 'pull_request' }}
|
||||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue