mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
chore: Fix build-args in win32/win64 docker build.
This commit is contained in:
parent
570485e186
commit
c44930d323
10
.github/workflows/docker.yml
vendored
10
.github/workflows/docker.yml
vendored
|
@ -86,7 +86,10 @@ jobs:
|
||||||
tags: toxchat/windows:win32
|
tags: toxchat/windows:win32
|
||||||
cache-from: type=registry,ref=toxchat/windows:win32
|
cache-from: type=registry,ref=toxchat/windows:win32
|
||||||
cache-to: type=inline
|
cache-to: type=inline
|
||||||
build-args: SUPPORT_ARCH_i686=true,SUPPORT_ARCH_x86_64=false,SUPPORT_TEST=true
|
build-args: |
|
||||||
|
SUPPORT_ARCH_i686=true
|
||||||
|
SUPPORT_ARCH_x86_64=false
|
||||||
|
SUPPORT_TEST=true
|
||||||
|
|
||||||
docker-win64:
|
docker-win64:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -107,4 +110,7 @@ jobs:
|
||||||
tags: toxchat/windows:win64
|
tags: toxchat/windows:win64
|
||||||
cache-from: type=registry,ref=toxchat/windows:win64
|
cache-from: type=registry,ref=toxchat/windows:win64
|
||||||
cache-to: type=inline
|
cache-to: type=inline
|
||||||
build-args: SUPPORT_ARCH_i686=false,SUPPORT_ARCH_x86_64=true,SUPPORT_TEST=true
|
build-args: |
|
||||||
|
SUPPORT_ARCH_i686=false
|
||||||
|
SUPPORT_ARCH_x86_64=true
|
||||||
|
SUPPORT_TEST=true
|
||||||
|
|
Loading…
Reference in New Issue
Block a user