change workflow file

This commit is contained in:
synebula 2023-04-20 19:33:02 +08:00 committed by GitHub
parent b3b1cf1c6c
commit 80ae277fb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@ jobs:
with:
context: .
file: ./dockerfiles/Dockerfile-for-frps-web-build
platforms: linux/amd64,linux/arm/v7,linux/arm64,linux/ppc64le,linux/s390x
platforms: linux/amd64 #,linux/arm/v7,linux/arm64,linux/ppc64le,linux/s390x
push: true
tags: |
${{ secrets.DOCKERHUB_USERNAME }}/frps:${{ env.TAG_NAME }}