Remove riscv64 from build

This commit is contained in:
Cyb3r-Jak3 2024-09-29 23:27:17 -04:00
parent 3f762da1e6
commit abe52a9cfd
No known key found for this signature in database
3 changed files with 34 additions and 20 deletions

View file

@ -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