Skip to content

Commit

Permalink
Merge pull request #86 from bfritz/disable_k0s_worker_on_amd64
Browse files Browse the repository at this point in the history
disable the k0s-working builds for amd64 in GitHub Actions
  • Loading branch information
bfritz authored Feb 23, 2025
2 parents 4ec07b1 + 91cd3aa commit 94933ac
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,15 @@ jobs:
fail-fast: false
matrix:
include:
- image: k0s-worker
platform: linux/amd64
# The k0s-worker build on amd64 is currently failing with:
#
# Unable to find image 'alpine-builder:3.21-latest' locally
# docker: Error response from daemon: pull access denied for alpine-builder, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.
# See 'docker run --help'.
# error: Recipe `abuild-keygen` failed on line 74 with exit code 125
# Error: Process completed with exit code 125.
# - image: k0s-worker
# platform: linux/amd64
- image: rpi-basic
platform: linux/arm/v6
- image: rpi-basic
Expand Down

0 comments on commit 94933ac

Please sign in to comment.