File tree Expand file tree Collapse file tree 3 files changed +19
-4
lines changed Expand file tree Collapse file tree 3 files changed +19
-4
lines changed Original file line number Diff line number Diff line change @@ -193,6 +193,9 @@ jobs:
193193 contents : write
194194
195195 steps :
196+ - name : Checkout
197+ uses : actions/checkout@v4
198+
196199 - name : Create Build Badge
197200 run : |
198201 $jobStatus = "${{ needs.build-windows.result }}"
@@ -214,9 +217,7 @@ jobs:
214217 run : |
215218 $owner = "${{ github.repository_owner }}"
216219 $package = "nabla-shader-compiler-godbolt"
217- $nscTargetTaggedImageLatest = "ghcr.io/${owner}/${package}:latest".ToLower()
218-
219- $image = "ghcr.io/devsh-graphics-programming/nabla:nsc-godbolt-latest"
220+ $image = "ghcr.io/${owner}/${package}:latest".ToLower()
220221 $manifest = docker manifest inspect $image | ConvertFrom-Json
221222
222223 if ($manifest.manifests) {
Original file line number Diff line number Diff line change 88 <img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/Devsh-Graphics-Programming/Nabla/badges/nabla/build.json" alt="Build Status" /></a>
99 <a href =" https://opensource.org/licenses/Apache-2.0 " >
1010 <img src="https://img.shields.io/badge/license-Apache%202.0-blue" alt="License: Apache 2.0" /></a>
11- <a href =" https://discord.gg/Dx83Cu7suD " >
11+ <a href =" https://discord.gg/krsBcABm7u " >
1212 <img src="https://img.shields.io/discord/308323056592486420?label=discord&logo=discord&logoColor=white&color=7289DA" alt="Join our Discord" /></a>
1313</p >
1414
Original file line number Diff line number Diff line change 44
55https://github.com/user-attachments/assets/8d409477-92e4-4238-b5e5-637cfbdf7263
66
7+ <p align =" center " >
8+ <a href =" https://github.com/Devsh-Graphics-Programming/Nabla/actions " >
9+ <img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/Devsh-Graphics-Programming/Nabla/badges/packages/nabla-shader-compiler-nsc/image-badge.json" alt="Image Status" /></a>
10+ <a href =" https://github.com/Devsh-Graphics-Programming/Nabla/actions " >
11+ <img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/Devsh-Graphics-Programming/Nabla/badges/nabla/build.json" alt="Build Status" /></a>
12+ <a href =" https://opensource.org/licenses/Apache-2.0 " >
13+ <img src="https://img.shields.io/badge/license-Apache%202.0-blue" alt="License: Apache 2.0" /></a>
14+ <a href =" https://discord.gg/krsBcABm7u " >
15+ <img src="https://img.shields.io/discord/308323056592486420?label=discord&logo=discord&logoColor=white&color=7289DA" alt="Join our Discord" /></a>
16+ </p >
17+
718## Requirements
819
920- Configured [ *** Docker*** ] ( https://docs.docker.com/desktop/setup/install/windows-install/ ) for Windows Containers
@@ -12,6 +23,9 @@ https://github.com/user-attachments/assets/8d409477-92e4-4238-b5e5-637cfbdf7263
1223> [ !TIP]
1324> type ` cmd /ver ` to see your build version
1425
26+ > [ !WARNING]
27+ > You cannot run it on Windows Home Edition as it doesn't have ` Containers ` feature, visit Microsoft [ docs] ( < https://learn.microsoft.com/en-gb/virtualization/windowscontainers/quick-start/set-up-environment?tabs=dockerce > ) for more details
28+
1529> [ !CAUTION]
1630> Hyper-V is ** NOT** supported, you must run NSC Godbolt container as process
1731
You can’t perform that action at this time.
0 commit comments