Skip to content

Commit

Permalink
Update install.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
laetus007 authored Feb 10, 2023
1 parent b7b84ae commit 0074a57
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,7 @@ name: ddev-cypress
# Examples would be removing an extraneous docker volume,
# or doing a sanity check for requirements.
pre_install_actions:
- |
#ddev-nodisplay
if [ "$(arch)" = "arm64" -o "$(arch)" = "aarch64" ]; then
echo "This package does not work on arm64 machines";
exit 1;
fi


# list of files and directories listed that are copied into project .ddev directory
project_files:
Expand Down

0 comments on commit 0074a57

Please sign in to comment.