Gitea ARM version issue: only for armel

Hello,
I want try gitea in my arm board. (armv7 arch, kernel 4.9, rootfs: ubuntu 20.04)
But I get the official arm version, found the execute file is armel arch.

XXX$ readelf -h gitea-1.15.6-linux-arm-5
ELF Header:
  Magic:   7f 45 4c 46 01 01 01 00 00 00 00 00 00 00 00 00
  Class:                             ELF32
  Data:                              2's complement, little endian
  Version:                           1 (current)
  OS/ABI:                            UNIX - System V
  ABI Version:                       0
  Type:                              EXEC (Executable file)
  Machine:                           ARM
  Version:                           0x1
  Entry point address:               0x10200
  Start of program headers:          52 (bytes into file)
  Start of section headers:          91337484 (bytes into file)
  Flags:                             0x5000200, Version5 EABI, soft-float ABI
  Size of this header:               52 (bytes)
  Size of program headers:           32 (bytes)
  Number of program headers:         7
  Size of section headers:           40 (bytes)
  Number of section headers:         47
  Section header string table index: 46

Flags in here: 0x5000200, Version5 EABI, soft-float ABI
this version can’t execute in ubuntu ARM ports system.(Because Ubunut ARM ports support armhf, Flags: 0x5000400(hard-float ABI), or Flags 0x5000002(soft ABI)).

So, could you provided ARMHF binary or help to how to compile the armhf version.
thanks a lot.