mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
Add support for riscv64 (#3071)
This commit is contained in:
parent
3e721d122b
commit
f4e4fbea62
3 changed files with 4 additions and 4 deletions
4
.github/workflows/build-and-push-image.yml
vendored
4
.github/workflows/build-and-push-image.yml
vendored
|
|
@ -62,7 +62,7 @@ jobs:
|
|||
with:
|
||||
context: .
|
||||
file: ./dockerfiles/Dockerfile-for-frpc
|
||||
platforms: linux/amd64,linux/arm/v7,linux/arm64,linux/ppc64le,linux/s390x
|
||||
platforms: linux/amd64,linux/arm/v7,linux/arm64,linux/ppc64le,linux/riscv64,linux/s390x
|
||||
push: true
|
||||
tags: |
|
||||
${{ env.TAG_FRPC }}
|
||||
|
|
@ -73,7 +73,7 @@ jobs:
|
|||
with:
|
||||
context: .
|
||||
file: ./dockerfiles/Dockerfile-for-frps
|
||||
platforms: linux/amd64,linux/arm/v7,linux/arm64,linux/ppc64le,linux/s390x
|
||||
platforms: linux/amd64,linux/arm/v7,linux/arm64,linux/ppc64le,linux/riscv64,linux/s390x
|
||||
push: true
|
||||
tags: |
|
||||
${{ env.TAG_FRPS }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue