upgrade pkg and dperf to latest packages (#17448)

- dperf improvements in benchmarking read and write tests
- upgrade mimedb to use latest content-types
This commit is contained in:
Harshavardhana
2023-06-17 07:31:36 -07:00
committed by GitHub
parent c4d0c49a5f
commit 22b7c8cd8a
6 changed files with 15 additions and 14 deletions

View File

@@ -9,7 +9,7 @@ function _init() {
export CGO_ENABLED=0
## List of architectures and OS to test coss compilation.
SUPPORTED_OSARCH="linux/ppc64le linux/mips64 linux/amd64 linux/arm64 linux/s390x darwin/arm64 darwin/amd64 freebsd/amd64 windows/amd64 linux/arm linux/386 netbsd/amd64 linux/mips openbsd/amd64"
SUPPORTED_OSARCH="linux/ppc64le linux/mips64 linux/amd64 linux/arm64 linux/s390x darwin/arm64 darwin/amd64 freebsd/amd64 windows/amd64 linux/arm linux/386 netbsd/amd64 linux/mips"
}
function _build() {