-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Drop kernel package, as its very slow (#558)
- Loading branch information
Showing
6 changed files
with
0 additions
and
25,055 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,27 +56,6 @@ jobs: | |
- name: Set up Docker Buildx | ||
id: buildx | ||
uses: docker/setup-buildx-action@master | ||
- name: Get kernel version | ||
uses: mikefarah/[email protected] | ||
id: kernel_version | ||
with: | ||
cmd: yq -r '.labels| with_entries(select(.key == "package.version"))|.[]' packages/kernels/upstream/definition.yaml | ||
# this builds the kernel cross-compiled for arm64 so its faster | ||
# notice that wee are not using builx nor platform so it runs under amd64 | ||
# This is much faster than building the kernel on arm64 via buildx and --platform | ||
- name: Build kernel 🔧 | ||
uses: luet-lab/luet-github-action@master | ||
with: | ||
build: true | ||
FINAL_REPO: quay.io/kairos/packages-arm64 | ||
DOCKER_USERNAME: ${{ secrets.QUAY_USERNAME }} | ||
DOCKER_PASSWORD: ${{ secrets.QUAY_PASSWORD }} | ||
DOCKER_ENDPOINT: quay.io | ||
REPOSITORY_TYPE: docker | ||
pushFinalImages: true | ||
pushCache: true | ||
CURRENT_PACKAGE: kernels/linux@${{ steps.kernel_version.outputs.result }} | ||
values: values/arm64.yaml | ||
- name: Download meta 🔧 | ||
uses: luet-lab/luet-github-action@master | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,25 +22,6 @@ jobs: | |
- name: Set up Docker Buildx | ||
id: buildx | ||
uses: docker/setup-buildx-action@master | ||
- name: Get kernel version | ||
uses: mikefarah/[email protected] | ||
id: kernel_version | ||
with: | ||
cmd: yq -r '.labels| with_entries(select(.key == "package.version"))|.[]' packages/kernels/upstream/definition.yaml | ||
# this builds the kernel cross-compiled for arm64 so its faster | ||
# notice that wee are not using builx nor platform so it runs under amd64 | ||
# This is much faster than building the kernel on arm64 via buildx and --platform | ||
- name: Build kernel 🔧 | ||
uses: luet-lab/luet-github-action@master | ||
with: | ||
build: true | ||
FINAL_REPO: quay.io/kairos/packages-arm64 | ||
DOCKER_USERNAME: ${{ secrets.QUAY_USERNAME }} | ||
REPOSITORY_TYPE: docker | ||
pushFinalImages: false | ||
pushCache: false | ||
CURRENT_PACKAGE: kernels/linux@${{ steps.kernel_version.outputs.result }} | ||
values: values/arm64.yaml | ||
- name: Download meta 🔧 | ||
uses: luet-lab/luet-github-action@master | ||
with: | ||
|
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.