mirror of
https://github.com/metabarcoding/obitools4.git
synced 2026-03-25 21:40:52 +00:00
Compare commits
2 Commits
Release_4.
...
Release_4.
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
af213ab446 | ||
|
|
a60184c115 |
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -79,7 +79,7 @@ jobs:
|
|||||||
-w /src \
|
-w /src \
|
||||||
-e VERSION="${VERSION}" \
|
-e VERSION="${VERSION}" \
|
||||||
golang:1.26-alpine \
|
golang:1.26-alpine \
|
||||||
sh -c "apk add --no-cache gcc musl-dev zlib-dev make && \
|
sh -c "apk add --no-cache gcc musl-dev zlib-dev zlib-static make && \
|
||||||
make LDFLAGS='-linkmode=external -extldflags=-static' obitools"
|
make LDFLAGS='-linkmode=external -extldflags=-static' obitools"
|
||||||
mkdir -p artifacts
|
mkdir -p artifacts
|
||||||
tar -czf artifacts/obitools4_${VERSION}_${{ matrix.output_name }}.tar.gz -C build .
|
tar -czf artifacts/obitools4_${VERSION}_${{ matrix.output_name }}.tar.gz -C build .
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ package obioptions
|
|||||||
// Version is automatically updated by the Makefile from version.txt
|
// Version is automatically updated by the Makefile from version.txt
|
||||||
// The patch number (third digit) is incremented on each push to the repository
|
// The patch number (third digit) is incremented on each push to the repository
|
||||||
|
|
||||||
var _Version = "Release 4.4.26"
|
var _Version = "Release 4.4.28"
|
||||||
|
|
||||||
// Version returns the version of the obitools package.
|
// Version returns the version of the obitools package.
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
4.4.26
|
4.4.28
|
||||||
|
|||||||
Reference in New Issue
Block a user