Skip to content

chore: bump version #19

chore: bump version

chore: bump version #19

Workflow file for this run

name: Build
on:
push:
tags:
- '[0-9]+.[0-9]+.[0-9]+'
jobs:
Ubuntu-2204:
strategy:
matrix:
runs-on: ['ubuntu-22.04', 'ubuntu-22.04-arm']
runs-on: ${{ matrix.runs-on }}
timeout-minutes: 60
steps:
- name: Checkout
uses: actions/checkout@v5
- name: Inspections
id: inspections
run: echo "arch=$(uname -m)" >> $GITHUB_OUTPUT
- name: Build container
run: |
docker build -t"builder" -f"./build/ubuntu2204/Dockerfile" .
- name: Build extension with container
run: |
mkdir "artifacts"
docker run --env VERSION="${{ github.ref_name }}" --rm -v"$(pwd)/artifacts:/tmp/artifacts" -i "builder"
- name: Upload .deb packages
uses: actions/upload-artifact@v4
with:
name: ubuntu2204_${{ steps.inspections.outputs.arch }}
path: artifacts/