feat: Use pure Go SQLite on supported platforms and fallback to CGo SQLite on unsupported platforms, use Afero release will pulled changes

This commit is contained in:
Felicitas Pojtinger
2022-01-07 21:25:19 +01:00
parent 1a160b613f
commit 33b7e120d5
6 changed files with 92 additions and 48 deletions

View File

@@ -12,11 +12,17 @@ jobs:
strategy:
matrix:
target:
- id: stfs
- id: go
src: .
os: golang:bullseye
flags:
cmd: ./Hydrunfile
flags: ""
cmd: ./Hydrunfile go
dst: out/*
- id: gccgo
src: .
os: ghcr.io/pojntfx/bagccgop-base-sid
flags: -e '--privileged'
cmd: ./Hydrunfile gccgo
dst: out/*
steps: