commit
fc0ac294ce
2
.github/workflows/build-navigation-frps.yml
vendored
2
.github/workflows/build-navigation-frps.yml
vendored
@ -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 }}
|
||||
|
@ -1,5 +1,5 @@
|
||||
# step 1: build web
|
||||
FROM node:10-alpine as web-build
|
||||
FROM node:19-alpine as web-build
|
||||
|
||||
WORKDIR /build
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user