mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
Revert to bullseye as the release build image
This was not available when I upgraded to Go 1.21, but is now, for some odd reason.
See 7761572995
Fixes #11414
This commit is contained in:
parent
0200eaf58f
commit
7e9092eeeb
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ parameters:
|
|||
defaults: &defaults
|
||||
resource_class: large
|
||||
docker:
|
||||
- image: bepsays/ci-hugoreleaser:1.22100.20000
|
||||
- image: bepsays/ci-hugoreleaser:1.22100.20001
|
||||
environment: &buildenv
|
||||
GOMODCACHE: /root/project/gomodcache
|
||||
version: 2
|
||||
|
@ -60,7 +60,7 @@ jobs:
|
|||
environment:
|
||||
<<: [*buildenv]
|
||||
docker:
|
||||
- image: bepsays/ci-hugoreleaser-linux-arm64:1.22100.20000
|
||||
- image: bepsays/ci-hugoreleaser-linux-arm64:1.22100.20001
|
||||
steps:
|
||||
- *restore-cache
|
||||
- &attach-workspace
|
||||
|
|
Loading…
Reference in a new issue