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