Skip to content

Commit 9178ec3

Browse files
committed
update badge labels, discord links and tools/nsc/docker/README.md
1 parent 67a9a07 commit 9178ec3

File tree

3 files changed

+19
-4
lines changed

3 files changed

+19
-4
lines changed

.github/workflows/build-nabla.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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) {

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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

tools/nsc/docker/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@
44

55
https://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

0 commit comments

Comments
 (0)