Skip to content

Instantly share code, notes, and snippets.

View Noderrxyz's full-sized avatar
🎯
Focusing

Noderrxyz Noderrxyz

🎯
Focusing
View GitHub Profile
@Noderrxyz
Noderrxyz / build-and-deploy-images.yml
Created January 17, 2026 21:24
NodeOS Docker Build and Deploy Workflow
name: Build and Deploy NodeOS Images
on:
push:
branches:
- master
tags:
- 'v*.*.*'
workflow_dispatch:
inputs:
@Noderrxyz
Noderrxyz / release-multiplatform.yml
Created December 9, 2025 21:43
Noderr Micronodes iOS Workflow v2.0.20 - Fixed Xcode project generator
name: Multi-Platform Release (Android + iOS)
on:
push:
tags:
- 'v*'
jobs:
prepare:
runs-on: ubuntu-latest
@Noderrxyz
Noderrxyz / release-multiplatform-v2.0.19.yml
Created December 9, 2025 17:27
Noderr Micronodes iOS Workflow Fix v2.0.19
name: Multi-Platform Release (Android + iOS)
on:
push:
tags:
- 'v*'
jobs:
prepare:
runs-on: ubuntu-latest