mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 12:15:52 +00:00
pause image: Fixes clean make action
The ``.container-$OS-$ARCH`` make subaction is creating files with the same name, and ``clean`` is meant to delete them. However, the ``clean``'s rm regex is not quite correct.
This commit is contained in:
parent
b259c92dda
commit
b428c7ff33
@ -150,4 +150,4 @@ bin/orphan-linux-$(ARCH): linux/orphan.c
|
||||
$(TRIPLE)-strip $@"
|
||||
|
||||
clean:
|
||||
rm -rf .*-container-* .push-* bin/
|
||||
rm -rf .*container-* .push-* bin/
|
||||
|
Loading…
Reference in New Issue
Block a user