Skip to content

Releases: llhuii/sedna

Test docker-image golang 1.16

13 Dec 08:52
Compare
Choose a tag to compare
Upgrade golang from 1.14 to 1.16

Signed-off-by: llhuii <[email protected]>

test on main branch

15 Dec 06:33
Compare
Choose a tag to compare
debug

Signed-off-by: llhuii <[email protected]>

add cgo_alpine for LC speed

04 Nov 11:52
Compare
Choose a tag to compare
buildx: add build speed for LC

Add a tag '_speed_buildx_for_cgo_alpine' for Dockerfiles:
1. require golang with CGO_ENABLED=1
2. use alpine image.

So used in 'build/lc/Dockerfile'

Signed-off-by: llhuii <[email protected]>

v0.5.2 after cross build speed

03 Nov 02:28
Compare
Choose a tag to compare
buildx: speed the language having builtin build

We use docker-buildx to build our components images for different
platforms.

But for some languages, such as golang, have good builtin build for
multi platforms, and buildx support that.
In Sedna, we have GM/LC written by golang. This commit supports this
function.

Signed-off-by: llhuii <[email protected]>

v0.5.1 after cross build speed

01 Nov 09:34
Compare
Choose a tag to compare
Add buildx speed in case the language good support

Signed-off-by: llhuii <[email protected]>

v0.5.0 before cross build speed

01 Nov 10:23
Compare
Choose a tag to compare
revert buildx

Signed-off-by: llhuii <[email protected]>

v0.5.4 test

08 Nov 08:14
Compare
Choose a tag to compare
v0.5.4 test Pre-release
Pre-release

Full Changelog: v0.3.3...v0.5.4

test push image action

16 Aug 06:28
Compare
Choose a tag to compare
Fix IMAGE_REPO in github image-publish action

Using the env 'GITHUB_REPOSITORY' instead of 'GITHUB_ACTOR' to get the right
image repo name i.e. `IMAGE_REPO` in Makefile.

Signed-off-by: llhuii <[email protected]>