back to cgo sqlite3

This commit is contained in:
Xhofe
2022-02-25 23:55:57 +08:00
parent 3f2be8a6ca
commit 135d505192
6 changed files with 104 additions and 188 deletions

View File

@ -10,7 +10,7 @@ jobs:
build:
strategy:
matrix:
platform: [macos-latest]
platform: [ubuntu-latest]
go-version: [1.17]
name: Build
runs-on: ${{ matrix.platform }}
@ -32,7 +32,9 @@ jobs:
- name: Install upx
run: |
brew install upx
docker pull techknowlogick/xgo:latest
go install src.techknowlogick.com/xgo@latest
sudo apt install upx
- name: Build
run: |

View File

@ -9,7 +9,7 @@ jobs:
release:
strategy:
matrix:
platform: [macos-latest]
platform: [ubuntu-latest]
go-version: [1.17]
name: Release
runs-on: ${{ matrix.platform }}
@ -29,7 +29,9 @@ jobs:
- name: Install upx
run: |
brew install upx
docker pull techknowlogick/xgo:latest
go install src.techknowlogick.com/xgo@latest
sudo apt install upx
- name: Build
run: |