diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 9627c326..1461db08 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -15,7 +15,8 @@ env: IMAGE_NAME: pycryptobot DOCKER_FILE: Dockerfile DOCKER_BUILDKIT: 1 - PLATFORM: linux/arm/v6,linux/arm/v7,linux/arm64,linux/amd64 + # PLATFORM: linux/arm/v6,linux/arm/v7,linux/arm64,linux/amd64 <-- build fails with: docker build . --platform "linux/arm/v7" + PLATFORM: linux/arm64,linux/amd64 jobs: # Build and push image to GitHub Packages. diff --git a/README.md b/README.md index 1b8a3f07..fae7d3b4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Python Crypto Bot v8.2.2 (pycryptobot) +# Python Crypto Bot v8.2.3 (pycryptobot) [![Docker](https://github.com/whittlem/pycryptobot/actions/workflows/container.yml/badge.svg)](https://github.com/whittlem/pycryptobot/actions/workflows/container.yml/badge.svg) [![Tests](https://github.com/whittlem/pycryptobot/actions/workflows/unit-tests.yml/badge.svg)](https://github.com/whittlem/pycryptobot/actions/workflows/unit-tests.yml/badge.svg) diff --git a/models/config/binance_parser.py b/models/config/binance_parser.py index a0fa89d1..c4d28683 100644 --- a/models/config/binance_parser.py +++ b/models/config/binance_parser.py @@ -33,7 +33,6 @@ def parse_market(market): "ETH", "USDT", "TUSD", - "BUSD", "DAX", "NGN", "RUB",