Skip to content

Commit

Permalink
Merge pull request k0sproject#3425 from twz123/backport-3423-to-relea…
Browse files Browse the repository at this point in the history
…se-1.24

[Backport release-1.24] Build k0s Docker image on GitHub managed runners
  • Loading branch information
twz123 authored Aug 25, 2023
2 parents 551a855 + 6c1ceaf commit 942470d
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -342,20 +342,10 @@ jobs:
- x64
- arm64
- armv7
runs-on: [self-hosted,linux,x64]
runs-on: ubuntu-22.04
steps:
# docker context must be created prior to setting up Docker Buildx
# https://github.com/actions-runner-controller/actions-runner-controller/issues/893
- name: Set up Docker Context for Buildx
shell: bash
id: buildx-context
run: |
docker context inspect buildx-context -f ' ' || docker context create buildx-context
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
with:
endpoint: buildx-context

- name: Run git checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 942470d

Please sign in to comment.