Improve CI Earthly targets
This commit is contained in:
2
.github/workflows/angular.yml
vendored
2
.github/workflows/angular.yml
vendored
@@ -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
.github/workflows/kext.yml
vendored
2
.github/workflows/kext.yml
vendored
@@ -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
.github/workflows/tauri.yml
vendored
2
.github/workflows/tauri.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user