revert out-of-scope changes

This commit is contained in:
Simon Ungar Felding 2025-02-17 13:01:46 +01:00
parent 2660b39654
commit 4874fc9b4b
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1,5 +1,5 @@
# Use carlosedp/golang for riscv64 support
FROM golang:latest AS build
FROM carlosedp/golang:1.18 AS build
# Install dependencies
RUN apt-get update && apt-get install -y git build-essential libsecret-1-dev