Browse Source

up build docker

ljw 1 year ago
parent
commit
1c84980d36
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/build.yml

+ 1 - 1
.github/workflows/build.yml

@@ -148,7 +148,7 @@ jobs:
148
         with:
148
         with:
149
           context: "."
149
           context: "."
150
           file: ./Dockerfile
150
           file: ./Dockerfile
151
-          platforms: ["linux/amd64", "linux/arm64"]
151
+          platforms: linux/amd64,linux/arm64
152
           push: true
152
           push: true
153
           tags: lejianwen/rustdesk-api:${{ env.TAG }}
153
           tags: lejianwen/rustdesk-api:${{ env.TAG }}
154
           #           lejianwen/rustdesk-api:${{ env.LATEST_TAG }}
154
           #           lejianwen/rustdesk-api:${{ env.LATEST_TAG }}