Skip to content

Commit b9d5078

Browse files
committed
feat: use build.yml directly from gardenlinux
1 parent df4c102 commit b9d5078

File tree

6 files changed

+506
-357
lines changed

6 files changed

+506
-357
lines changed

.github/actions/setup

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../gardenlinux/.github/actions/setup

.github/actions/setup/action.yml

Lines changed: 0 additions & 25 deletions
This file was deleted.

.github/workflows/build.yml

Lines changed: 0 additions & 330 deletions
This file was deleted.

.github/workflows/dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: echo "VERSION=$(cat VERSION)" >> $GITHUB_OUTPUT
2525
build:
2626
needs: [set_version]
27-
uses: ./.github/workflows/build.yml
27+
uses: gardenlinux/gardenlinux/.github/workflows/build.yml@fcbff6e3816474fa4b2ce27eef0513d3354fb81a
2828
with:
2929
version: ${{ needs.set_version.outputs.VERSION }}
3030
arch: '["amd64"]'

0 commit comments

Comments
 (0)