build: temporarily remove AMD64 optimization

demo.akvorado.net does not meet the requirements! 😱
This commit is contained in:
Vincent Bernat
2025-02-04 22:43:02 +01:00
parent 1bd46a43b6
commit 4781172ed6
2 changed files with 0 additions and 3 deletions

View File

@@ -1,8 +1,6 @@
export CGO_ENABLED=0
export GOEXPERIMENT=loopvar
export GOTOOLCHAIN=local
# Check https://go.dev/wiki/MinimumRequirements#amd64
export GOAMD64=v3
MODULE = $(shell $(GO) list -m)
DATE ?= $(shell date +%FT%T%z)

View File

@@ -23,7 +23,6 @@ identified with a specific icon:
- 🌱 *inlet*: decode destination BGP communities in sFlow packets
- 🌱 *inlet*: for SNMP configuration, unify SNMPv2 and SNMPv3 credentials into a
single `credentials` structure.
- 🌱 *build*: enable more optimizations for AMD64 build (`GOAMD64=v3`)
## 1.11.2 - 2024-11-01