Skip to content

Commit

Permalink
Add linux/arm64 platform to Docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
PCatinean committed Feb 5, 2024
1 parent a4e0d28 commit 7c35442
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ jobs:
platforms: |
linux/386
linux/amd64
linux/arm64
load: false
push: true
cache-from: type=local,src=/tmp/.buildx-cache
Expand Down Expand Up @@ -146,6 +147,7 @@ jobs:
platforms: |
linux/386
linux/amd64
linux/arm64
load: false
push: true
cache-from: type=local,src=/tmp/.buildx-cache
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7c35442

Please sign in to comment.