Merge pull request #3035 from subnix/feature/toolbox-podman-support

Upgrade toolbox
This commit is contained in:
Mathieu Tortuyaux 2025-06-20 11:09:01 +02:00 committed by GitHub
commit 6c8e1265cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
- Added support for podman in `toolbox` ([toolbox#11](https://github.com/flatcar/toolbox/pull/11))

View File

@ -7,7 +7,7 @@ EGIT_REPO_URI="https://github.com/flatcar/toolbox.git"
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm64"
else
EGIT_COMMIT="fce9ba2bbd55e1835af72952bfbb7aed6be75606" # main
EGIT_COMMIT="2fae95b467d6961a396b88d6aa20a9d6bee943c6" # main
KEYWORDS="amd64 arm64"
fi