Skip to content

Commit 73293ec

Browse files
committed
👷 build docker for arm
1 parent e89b2a3 commit 73293ec

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,4 @@ jobs:
4141
push: ${{ github.event_name != 'pull_request' }}
4242
tags: ${{ steps.metadata.outputs.tags }}
4343
labels: ${{ steps.metadata.outputs.labels }}
44+
platforms: linux/amd64, linux/arm64

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@ repos:
1111
hooks:
1212
- id: ruff
1313
args: [--fix, --exit-non-zero-on-fix]
14-
stages: [Nonepre-commitNone]
14+
stages: [pre-commit]
1515

1616
- repo: https://github.com/pycqa/isort
1717
rev: 6.0.1
1818
hooks:
1919
- id: isort
20-
stages: [Nonepre-commitNone]
20+
stages: [pre-commit]
2121

2222
- repo: https://github.com/psf/black
2323
rev: 25.1.0
2424
hooks:
2525
- id: black
26-
stages: [Nonepre-commitNone]
26+
stages: [pre-commit]
2727

2828
- repo: https://github.com/nonebot/nonemoji
2929
rev: v0.1.4

0 commit comments

Comments
 (0)