Skip to content

Handle remaining/unhandled postgresql wire message types from server #524

Handle remaining/unhandled postgresql wire message types from server

Handle remaining/unhandled postgresql wire message types from server #524

Workflow file for this run

name: Alpine
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
# This is what will cancel the workflow
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, '[skip_build]')"
steps:
- uses: actions/checkout@v4
- name: Build ffead-cpp on alpine
run: |
cd docker/os-based
docker build -f DockerFile-Alpine-x64-ffead-cpp .
docker build -f DockerFile-Alpine-x64-ffead-cpp_autoconf .