chore: update tools/pkgs/extras to the new version

This pulls in latest master versions of tools/pkgs/extras:

* new reproducible toolchain with GCC 11.2
* fix for the `strip` to be multi-arch
* new reproducible tools
* updated pkgs with fixes for GCC 11.2
* updated extras

Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
This commit is contained in:
Andrey Smirnov 2021-09-01 23:41:09 +03:00
parent 0b347570a7
commit 8dbd851fde
No known key found for this signature in database
GPG Key ID: 7B26396447AB6DFD

View File

@ -12,9 +12,9 @@ DOCKER_LOGIN_ENABLED ?= true
NAME = Talos
ARTIFACTS := _out
TOOLS ?= ghcr.io/talos-systems/tools:v0.7.0
PKGS ?= v0.7.0
EXTRAS ?= v0.5.0
TOOLS ?= ghcr.io/talos-systems/tools:v0.8.0-alpha.0
PKGS ?= v0.8.0-alpha.0
EXTRAS ?= v0.6.0-alpha.0
GO_VERSION ?= 1.16
GOFUMPT_VERSION ?= v0.1.0
STRINGER_VERSION ?= v0.1.3