Skip to content

Commit

Permalink
feat(container): switch Busybox images to glibc flavor (fix for RISC-V)
Browse files Browse the repository at this point in the history
  • Loading branch information
npdgm committed Oct 24, 2024
1 parent 92860e2 commit 8f97b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:
VERSION_GOLANGCILINT: latest
VERSION_GOLANG: '1.23.2'
VERSION_CHARTRELEASER: '1.6.0'
VERSION_OCI_BUSYBOX: '1.37.0-uclibc'
VERSION_OCI_BUSYBOX: '1.37.0-glibc'
VERSION_OCI_ALPINE: '3.20.3'

jobs:
Expand Down

0 comments on commit 8f97b98

Please sign in to comment.