Skip to content

Commit

Permalink
remove unneeded files
Browse files Browse the repository at this point in the history
Change-Id: I0025d8f1f6035fa4626787c8cffa586f06a2bf52
  • Loading branch information
madelen-at-work committed Oct 24, 2023
1 parent ff7f4ce commit 64da630
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 34 deletions.
25 changes: 0 additions & 25 deletions Makefile.dockerd

This file was deleted.

6 changes: 3 additions & 3 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/bin/sh
case "$1" in
#!/bin/sh -eu
case "${1:-}" in
armv7hf|aarch64)
;;
*)
# error
echo "Invalid argument '$1', valid arguments are armv7hf or aarch64"
echo "Invalid argument '${1:-}', valid arguments are armv7hf or aarch64"
exit 1
;;
esac
Expand Down
6 changes: 0 additions & 6 deletions docker-bake.override.hcl

This file was deleted.

0 comments on commit 64da630

Please sign in to comment.