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:
193
193
contents : write
194
194
195
195
steps :
196
+ - name : Checkout
197
+ uses : actions/checkout@v4
198
+
196
199
- name : Create Build Badge
197
200
run : |
198
201
$jobStatus = "${{ needs.build-windows.result }}"
@@ -214,9 +217,7 @@ jobs:
214
217
run : |
215
218
$owner = "${{ github.repository_owner }}"
216
219
$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()
220
221
$manifest = docker manifest inspect $image | ConvertFrom-Json
221
222
222
223
if ($manifest.manifests) {
Original file line number Diff line number Diff line change 8
8
<img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/Devsh-Graphics-Programming/Nabla/badges/nabla/build.json" alt="Build Status" /></a>
9
9
<a href =" https://opensource.org/licenses/Apache-2.0 " >
10
10
<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 " >
12
12
<img src="https://img.shields.io/discord/308323056592486420?label=discord&logo=discord&logoColor=white&color=7289DA" alt="Join our Discord" /></a>
13
13
</p >
14
14
Original file line number Diff line number Diff line change 4
4
5
5
https://github.com/user-attachments/assets/8d409477-92e4-4238-b5e5-637cfbdf7263
6
6
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
+
7
18
## Requirements
8
19
9
20
- 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
12
23
> [ !TIP]
13
24
> type ` cmd /ver ` to see your build version
14
25
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
+
15
29
> [ !CAUTION]
16
30
> Hyper-V is ** NOT** supported, you must run NSC Godbolt container as process
17
31
You can’t perform that action at this time.
0 commit comments