mirror of
https://github.com/metabarcoding/obitools4.git
synced 2026-03-25 21:40:52 +00:00
Compare commits
2 Commits
push-pvunn
...
push-yxknu
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
78e7933c6f | ||
|
|
afc9ffda85 |
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -32,10 +32,12 @@ jobs:
|
||||
goos: linux
|
||||
goarch: amd64
|
||||
output_name: linux_amd64
|
||||
cgo_cflags: "-I/usr/include/x86_64-linux-gnu -I/usr/include"
|
||||
- os: ubuntu-24.04-arm
|
||||
goos: linux
|
||||
goarch: arm64
|
||||
output_name: linux_arm64
|
||||
cgo_cflags: "-I/usr/include/aarch64-linux-gnu -I/usr/include"
|
||||
- os: macos-15-intel
|
||||
goos: darwin
|
||||
goarch: amd64
|
||||
@@ -81,7 +83,7 @@ jobs:
|
||||
GOARCH: ${{ matrix.goarch }}
|
||||
VERSION: ${{ steps.get_version.outputs.version }}
|
||||
CC: ${{ matrix.goos == 'linux' && 'musl-gcc' || '' }}
|
||||
CGO_CFLAGS: ${{ matrix.goos == 'linux' && '-I/usr/include' || '' }}
|
||||
CGO_CFLAGS: ${{ matrix.cgo_cflags || '' }}
|
||||
run: |
|
||||
if [ "$GOOS" = "linux" ]; then
|
||||
make LDFLAGS='-linkmode=external -extldflags=-static' obitools
|
||||
|
||||
@@ -3,7 +3,7 @@ package obioptions
|
||||
// Version is automatically updated by the Makefile from version.txt
|
||||
// The patch number (third digit) is incremented on each push to the repository
|
||||
|
||||
var _Version = "Release 4.4.25"
|
||||
var _Version = "Release 4.4.26"
|
||||
|
||||
// Version returns the version of the obitools package.
|
||||
//
|
||||
|
||||
@@ -1 +1 @@
|
||||
4.4.25
|
||||
4.4.26
|
||||
|
||||
Reference in New Issue
Block a user