Skip to content

Commit 8f97b98

Browse files
committed
feat(container): switch Busybox images to glibc flavor (fix for RISC-V)
1 parent 92860e2 commit 8f97b98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ env:
1414
VERSION_GOLANGCILINT: latest
1515
VERSION_GOLANG: '1.23.2'
1616
VERSION_CHARTRELEASER: '1.6.0'
17-
VERSION_OCI_BUSYBOX: '1.37.0-uclibc'
17+
VERSION_OCI_BUSYBOX: '1.37.0-glibc'
1818
VERSION_OCI_ALPINE: '3.20.3'
1919

2020
jobs:

0 commit comments

Comments
 (0)