Skip to content

Bump softprops/action-gh-release from 2.4.1 to 2.5.0 #188

Bump softprops/action-gh-release from 2.4.1 to 2.5.0

Bump softprops/action-gh-release from 2.4.1 to 2.5.0 #188

Workflow file for this run

name: Pull Request
on:
pull_request:
paths-ignore:
- "**.md"
workflow_dispatch: {}
jobs:
build:
runs-on: ubuntu-latest
env:
ARCH: amd64
permissions:
contents: read
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build binaries
run: make multi-arch-build