Skip to content

Commit

Permalink
Merge pull request #3424 from k0sproject/backport-3422-to-release-1.26
Browse files Browse the repository at this point in the history
[Backport release-1.26] Build k0s Docker image on GitHub managed runners
  • Loading branch information
ncopa authored Aug 25, 2023
2 parents 12c3b65 + 4147e29 commit bf29b7e
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 @@ -348,20 +348,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 bf29b7e

Please sign in to comment.