build: Fix `GLIBC_2.29' not found issue

Closes #12381
This commit is contained in:
Bjørn Erik Pedersen 2024-04-17 12:04:00 +02:00
parent 8c14d1edc3
commit bbc6888d02
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ parameters:
defaults: &defaults
resource_class: large
docker:
- image: bepsays/ci-hugoreleaser:1.22200.20200
- image: bepsays/ci-hugoreleaser:1.22200.20201
environment: &buildenv
GOMODCACHE: /root/project/gomodcache
version: 2
@ -60,7 +60,7 @@ jobs:
environment:
<<: [*buildenv]
docker:
- image: bepsays/ci-hugoreleaser-linux-arm64:1.22200.20200
- image: bepsays/ci-hugoreleaser-linux-arm64:1.22200.20201
steps:
- *restore-cache
- &attach-workspace