From 7c354421032140314788bd24f94534c200df5614 Mon Sep 17 00:00:00 2001 From: Paul Catinean Date: Sun, 4 Feb 2024 19:47:44 +0200 Subject: [PATCH] Add linux/arm64 platform to Docker build --- .github/workflows/ci.yml | 2 ++ .pre-commit-config.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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