Skip to content

Commit

Permalink
Merge pull request #1519 from safing/feature/tauri-beta-update
Browse files Browse the repository at this point in the history
Feature Tauri beta update
  • Loading branch information
dhaavi committed Jul 19, 2024
2 parents 35ac64b + fc42617 commit ef00858
Show file tree
Hide file tree
Showing 57 changed files with 15,960 additions and 8,961 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/angular.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build angular projects
run: earthly --ci --remote-cache=ghcr.io/safing/build-cache --push +angular-release
run: earthly --ci --remote-cache=ghcr.io/safing/build-cache --push +angular-ci
2 changes: 1 addition & 1 deletion .github/workflows/kext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build Kernel Extension
run: earthly --ci --remote-cache=ghcr.io/safing/build-cache --push +kext-build
run: earthly --ci --remote-cache=ghcr.io/safing/build-cache --push +kext-ci
2 changes: 1 addition & 1 deletion .github/workflows/tauri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build tauri project
run: earthly --ci --remote-cache=ghcr.io/safing/build-cache --push +tauri-release
run: earthly --ci --remote-cache=ghcr.io/safing/build-cache --push +tauri-ci
Loading

0 comments on commit ef00858

Please sign in to comment.