Compare commits
No commits in common. "main" and "v2.0.0" have entirely different histories.
4 changed files with 7 additions and 15 deletions
|
|
@ -19,10 +19,10 @@ steps:
|
|||
commands:
|
||||
- make CUSTOM_EXTRA_NAME=-deb12
|
||||
|
||||
"Run build (debian 11)":
|
||||
image: deblan/golang-gtk:1.22-bullseye
|
||||
commands:
|
||||
- make CUSTOM_EXTRA_NAME=-deb11 TAGS=glib_2_66
|
||||
# "Run build (debian 11)":
|
||||
# image: deblan/golang-gtk:1.22-bullseye
|
||||
# commands:
|
||||
# - make CUSTOM_EXTRA_NAME=-deb11
|
||||
|
||||
"Publish":
|
||||
image: plugins/gitea-release
|
||||
|
|
|
|||
|
|
@ -1,10 +1,5 @@
|
|||
[Unreleased]
|
||||
|
||||
## v2.0.0-2 - 2024-08-05
|
||||
### Added
|
||||
- add build for Debian 11
|
||||
- update screenshot
|
||||
|
||||
## v2.0.0 - 2024-08-05
|
||||
### Changed
|
||||
- full refactoring: usage of GTK 3
|
||||
|
|
|
|||
9
Makefile
9
Makefile
|
|
@ -1,9 +1,8 @@
|
|||
CGO_ENABLED = 1
|
||||
DIR = ./build
|
||||
TAGS =
|
||||
|
||||
GO_ARCH_AMD = amd64
|
||||
GO_OS_LINUX = linux
|
||||
GO_ARCH_AMD = amd64
|
||||
GO_OS_LINUX = linux
|
||||
CUSTOM_EXTRA_NAME ?=
|
||||
|
||||
EXECUTABLE = wireguard-gui
|
||||
|
|
@ -25,9 +24,7 @@ $(BIN_LINUX_AMD64):
|
|||
CGO_ENABLED=$(CGO_ENABLED) \
|
||||
GOARCH=$(GO_ARCH_AMD) \
|
||||
GOOS=$(GO_OS_LINUX) \
|
||||
$(CC) \
|
||||
-ldflags="$(LDFLAGS)" \
|
||||
-tags="$(TAGS)" \
|
||||
$(CC) -ldflags="$(LDFLAGS)" \
|
||||
-o $(BIN_LINUX_AMD64) .
|
||||
|
||||
.PHONY: clean
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 108 KiB After Width: | Height: | Size: 1.2 MiB |
Loading…
Add table
Add a link
Reference in a new issue