mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-06 21:11:59 +02:00
Merge pull request #3035 from subnix/feature/toolbox-podman-support
Upgrade toolbox
This commit is contained in:
commit
6c8e1265cc
1
changelog/changes/2025-06-20-toolbox-podman.md
Normal file
1
changelog/changes/2025-06-20-toolbox-podman.md
Normal file
@ -0,0 +1 @@
|
||||
- Added support for podman in `toolbox` ([toolbox#11](https://github.com/flatcar/toolbox/pull/11))
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user