1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-06-27 16:36:00 +00:00

Update RockyLinux image from 8 to 9

Closes #2010
This commit is contained in:
Frédéric Guillot 2023-08-09 20:26:57 -07:00
parent 79c91d71c8
commit c980dfe434
6 changed files with 48 additions and 37 deletions

View file

@ -43,7 +43,7 @@ export PGPASSWORD := postgres
debian-packages
miniflux:
@ go build -buildmode=pie -ldflags=$(LD_FLAGS) -o $(APP) main.go
@ CGO_ENABLED=0 go build -buildmode=pie -ldflags=$(LD_FLAGS) -o $(APP) main.go
linux-amd64:
@ CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags=$(LD_FLAGS) -o $(APP)-$@ main.go