Skip to content

test: Free up disk space for GH actions #3

test: Free up disk space for GH actions

test: Free up disk space for GH actions #3

Workflow file for this run

name: "Build"
on:
workflow_dispatch:
pull_request:
branches:
- "main"
paths-ignore:
- "**.md"
- "proto/**"
jobs:
build:
runs-on: ubuntu-latest
env:
CI: true
DOCKER_BUILDKIT: 1
BUILDKIT_PROGRESS: plain
BUILDKIT_INLINE_CACHE: 1
steps:
- name: "Checkout"
uses: actions/checkout@v3
- name: "Free up disk space"
uses: ./.github/actions/free-up-disk-space
- name: "Set up QEMU"
uses: docker/setup-qemu-action@v3
-
name: "Set up Docker Buildx"
uses: docker/setup-buildx-action@v3
- name: "Build server release"
run: make build