Skip to content

Commit

Permalink
Remove Dockerfile.aarch64
Browse files Browse the repository at this point in the history
it's identical to the real image except for the "--platform" tag,
which is unnecessary if building from a arm64 architecture
  • Loading branch information
xmatthias committed Jun 18, 2021
1 parent e1010ff commit 6e89fbd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 59 deletions.
58 changes: 0 additions & 58 deletions docker/Dockerfile.aarch64

This file was deleted.

2 changes: 1 addition & 1 deletion docs/docker_quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Create a new directory and place the [docker-compose file](https://raw.githubuse
image: freqtradeorg/freqtrade:custom_arm64
build:
context: .
dockerfile: "./docker/Dockerfile.aarch64"
dockerfile: "Dockerfile"
```

The above snippet creates a new directory called `ft_userdata`, downloads the latest compose file and pulls the freqtrade image.
Expand Down

0 comments on commit 6e89fbd

Please sign in to comment.