Skip to content

Commit

Permalink
Drop armv7 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
np22-jpg committed May 31, 2024
1 parent a43e545 commit c1e4ba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

env:
REGISTRY_IMAGE: quay.io/redlib/redlib
PLATFORMS: "linux/amd64,linux/arm64,linux/arm/v7"
PLATFORMS: "linux/amd64,linux/arm64"

jobs:
build:
Expand Down

0 comments on commit c1e4ba7

Please sign in to comment.