Browse Source

up build docker

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

+ 2 - 0
.github/workflows/build.yml

@@ -146,6 +146,8 @@ jobs:
146 146
           file: ./Dockerfile
147 147
           platforms: ${{ matrix.job.docker_platform }}
148 148
           push: true
149
+          build-args: |
150
+            ARCH=${{ matrix.job.docker_platform }}
149 151
           tags: |
150 152
             lejianwen/rustdesk-api:latest-${{ matrix.job.platform }}
151 153
             lejianwen/rustdesk-api:${{ env.TAG }}-${{ matrix.job.platform }}