Skip to content
Merged

V3 #60

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
73a1e05
Add reusable actions for Wails v2 build pipeline and related function…
Snider Nov 10, 2025
8c435af
Refactor project structure and update toolchain setup for Wails v2
Snider Nov 10, 2025
3a3f8a1
Add discovery, options, and signing actions for Wails builds
Snider Nov 10, 2025
f9ab619
Refactor Wails build action to use directory orchestrator and enhance…
Snider Nov 10, 2025
1db3d1d
Enhance Wails build action with comprehensive input options and impro…
Snider Nov 10, 2025
15edbe7
Add output for selected stack in Wails build action using directory o…
Snider Nov 10, 2025
29c6b65
Enhance CI configuration with WAILS_* environment mapping and validat…
Snider Nov 10, 2025
31bc812
Update action.yml to use relative paths for local actions and improve…
Snider Nov 10, 2025
65145b5
Initialize Wails project structure with basic files and configurations
Snider Nov 10, 2025
0ebe1ba
removes old files
Snider Nov 10, 2025
210a911
Update app working directory in wails2.yml and adjust action usage in…
Snider Nov 10, 2025
823da7a
disable deno tests, old dep
Snider Nov 10, 2025
a778c15
Refactor CI script to improve build option checks and update build na…
Snider Nov 10, 2025
d4486eb
Update license badge in README and enhance project description
Snider Nov 10, 2025
147e5e6
Add overwrite option to artifact upload in action.yml
Snider Nov 11, 2025
bb7dab7
Update macOS platform to arm64 in CI configuration
Snider Nov 11, 2025
28df459
Remove macOS platform configurations from CI setup
Snider Nov 11, 2025
a22b8fb
Update build names in CI configuration to include OS matrix
Snider Nov 11, 2025
9e69c1d
updates ci build flow, getting ready to seprate workflows out
Snider Nov 11, 2025
5ca0d2b
updates ci build flow, getting ready to seprate workflows out
Snider Nov 11, 2025
dc09c28
updates ci build flow, getting ready to seprate workflows out
Snider Nov 11, 2025
3e0afb1
build-action/actions was winding me up too much, had to rename repo t…
Snider Nov 11, 2025
dc2350a
feat: add descriptive documentation to docs folder
google-labs-jules[bot] Nov 25, 2025
59f24b3
Merge pull request #54 from Snider/docs-creation
Snider Nov 25, 2025
2d1afbc
feat: add local testing with act and TDD hello world fixtures
Snider Feb 2, 2026
f117876
Merge branch 'dev' into v3
Snider Feb 2, 2026
2b8a019
Potential fix for code scanning alert no. 14: Workflow does not conta…
Snider Feb 2, 2026
9e67220
Update .github/workflows/ci.yml
Snider Feb 2, 2026
d3e2448
Update .github/workflows/wails2.yml
Snider Feb 2, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .actrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Default to large Ubuntu image for full compatibility (Go, Node, GTK/WebKit)
-P ubuntu-latest=catthehacker/ubuntu:full-latest
-P ubuntu-22.04=catthehacker/ubuntu:full-22.04
-P ubuntu-24.04=catthehacker/ubuntu:full-24.04

# macOS can't be emulated - skip or use self-hosted
-P macos-latest=-self-hosted

# Windows can't be emulated - skip or use self-hosted
-P windows-latest=-self-hosted

# Use ARM64 architecture (M3 native)
--container-architecture linux/arm64
256 changes: 0 additions & 256 deletions .github/workflows/build-tests.yml

This file was deleted.

Loading
Loading