Skip to content

Commit

Permalink
chore: update tools/pkgs/extras to the new version
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
smira committed Sep 1, 2021
1 parent 0b34757 commit 8dbd851
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8dbd851

Please sign in to comment.