diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 017a497..5c7e997 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -104,6 +104,7 @@ jobs: platforms: | linux/386 linux/amd64 + linux/arm64 load: false push: true cache-from: type=local,src=/tmp/.buildx-cache @@ -146,6 +147,7 @@ jobs: platforms: | linux/386 linux/amd64 + linux/arm64 load: false push: true cache-from: type=local,src=/tmp/.buildx-cache diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6ba6d43..1c1885d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -44,7 +44,7 @@ repos: - id: isort args: - --settings=. - - repo: https://gitlab.com/pycqa/flake8 + - repo: https://github.com/pycqa/flake8 rev: 3.8.4 hooks: - &flake8