mirror of
https://github.com/m1k1o/neko.git
synced 2025-08-03 16:59:12 +02:00
disable arm32v7.
This commit is contained in:
parent
d21262596c
commit
fc0074243c
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ghcr_arm.yml
vendored
4
.github/workflows/ghcr_arm.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: "arm64v8 and arm32v7 images"
|
||||
name: "arm64v8 images"
|
||||
|
||||
on:
|
||||
push:
|
||||
|
@ -11,7 +11,7 @@ env:
|
|||
# Will be used in the Dockerfile generation script.
|
||||
RUNTIME_DOCKERFILE: Dockerfile.arm
|
||||
# The platforms to build for.
|
||||
PLATFORMS: linux/arm64,linux/arm/v7
|
||||
PLATFORMS: linux/arm64
|
||||
|
||||
jobs:
|
||||
build-client:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue