ci: use msvc cache in mingw build
Build Container Image / push_mingw_arm64 (push) Blocked by required conditions Details
Build Container Image / build_mingw (push) Blocked by required conditions Details
Build Container Image / push_mingw (push) Blocked by required conditions Details
Build Container Image / update_readme (push) Blocked by required conditions Details
Build Container Image / build_mingw_i386 (push) Failing after 1m53s Details
Build Container Image / push_mingw_i386 (push) Has been skipped Details
Build Container Image / build_msvc_amd64 (push) Successful in 29m14s Details
Build Container Image / build_msvc_i386 (push) Successful in 42s Details
Build Container Image / build_mingw_amd64 (push) Failing after 3m19s Details
Build Container Image / push_mingw_amd64 (push) Has been skipped Details
Build Container Image / build_msvc_arm64 (push) Successful in 1h4m2s Details
Build Container Image / build_msvc (push) Successful in 3m36s Details
Build Container Image / build_mingw_arm64 (push) Has been cancelled Details

This commit is contained in:
Daniel Wolf 2024-03-27 16:45:16 -04:00
parent b8aca183b2
commit 4cdf89a130
Signed by: nephatrine
GPG Key ID: 59D70EC2E4AAB4D0
1 changed files with 9 additions and 3 deletions

View File

@ -180,7 +180,9 @@ jobs:
file: Dockerfile
target: mingw
tags: code.nephatrine.net/nephnet/nxb-cross-windows-amd64:mingw
cache-from: type=registry,ref=code.nephatrine.net/nephnet/nxb-cross-windows-amd64:mingw-cache
cache-from: |
type=registry,ref=code.nephatrine.net/nephnet/nxb-cross-windows-amd64:mingw-cache
type=registry,ref=code.nephatrine.net/nephnet/nxb-cross-windows-amd64:msvc-cache
cache-to: type=registry,image-manifest=true,oci-mediatypes=true,ref=code.nephatrine.net/nephnet/nxb-cross-windows-amd64:mingw-cache,mode=max
- name: Build & Push (Branch)
if: gitea.ref_name != 'master' && gitea.ref_name != ''
@ -245,7 +247,9 @@ jobs:
file: Dockerfile
target: mingw
tags: code.nephatrine.net/nephnet/nxb-cross-windows-i386:mingw
cache-from: type=registry,ref=code.nephatrine.net/nephnet/nxb-cross-windows-i386:mingw-cache
cache-from: |
type=registry,ref=code.nephatrine.net/nephnet/nxb-cross-windows-i386:mingw-cache
type=registry,ref=code.nephatrine.net/nephnet/nxb-cross-windows-i386:msvc-cache
cache-to: type=registry,image-manifest=true,oci-mediatypes=true,ref=code.nephatrine.net/nephnet/nxb-cross-windows-i386:mingw-cache,mode=max
- name: Build & Push (Branch)
if: gitea.ref_name != 'master' && gitea.ref_name != ''
@ -310,7 +314,9 @@ jobs:
file: Dockerfile
target: mingw
tags: code.nephatrine.net/nephnet/nxb-cross-windows-arm64:mingw
cache-from: type=registry,ref=code.nephatrine.net/nephnet/nxb-cross-windows-arm64:mingw-cache
cache-from: |
type=registry,ref=code.nephatrine.net/nephnet/nxb-cross-windows-arm64:mingw-cache
type=registry,ref=code.nephatrine.net/nephnet/nxb-cross-windows-arm64:msvc-cache
cache-to: type=registry,image-manifest=true,oci-mediatypes=true,ref=code.nephatrine.net/nephnet/nxb-cross-windows-arm64:mingw-cache,mode=max
- name: Build & Push (Branch)
if: gitea.ref_name != 'master' && gitea.ref_name != ''