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:
12
.github/workflows/hydrun.yaml
vendored
12
.github/workflows/hydrun.yaml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user