Behaviour
Steps to reproduce this issue
- Install k3s in your arm64 cluster
- Install actions-runner-controller
- Run your workflow there
Expected behaviour
No errors
Actual behaviour
error: could not create a builder instance with TLS data loaded from environment. Please use docker context create <context-name> to create a context for current environment and then create a builder instance with docker buildx create <context-name>
Configuration
name: Main Workflow
on:
push
jobs:
lint:
runs-on: self-hosted
steps:
- uses: actions/[email protected]
- name: golangci-lint
uses: golangci/[email protected]
with:
version: v1.42
# Waiting for https://github.com/hadolint/hadolint-action/issues/38
# - name: hadolint
# uses: hadolint/[email protected]
# with:
# dockerfile: build/vk2tg/Dockerfile
build:
needs: lint
runs-on: self-hosted
steps:
- name: Docker meta
id: docker_meta
uses: docker/[email protected]
with:
images: ghcr.io/${{ github.repository }}
flavor: |
latest=true
tags: |
type=ref,event=branch
type=ref,event=pr
type=sha
- name: Set up QEMU
uses: docker/[email protected]
- name: Checkout
uses: actions/[email protected]
- name: Set up Docker Buildx
uses: docker/[email protected]
<...>
Logs
logs_415.zip
Behaviour
Steps to reproduce this issue
Expected behaviour
Actual behaviour
Configuration
Repository URL (if public): https://github.com/lexfrei/vk2tg/tree/6b67c17cf095a7147a40db4023f2121fd1cb1d9a
Build URL (if public): https://github.com/lexfrei/vk2tg/runs/3424244864?check_suite_focus=true#step:5:96
Logs
logs_415.zip