Skip to content

Commit 1e722bb

Browse files
committed
Remove linux/arm/v7 platform from build matrix in workflow
1 parent 08d7249 commit 1e722bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-and-push-bsky-ghcr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
fail-fast: false
2525
matrix:
26-
platform: [linux/amd64, linux/arm64, linux/arm/v7]
26+
platform: [linux/amd64, linux/arm64]
2727
steps:
2828
- name: Checkout repository
2929
uses: actions/checkout@v5

0 commit comments

Comments
 (0)