mirror of
https://github.com/parrazam/radicale-docker.git
synced 2024-11-24 00:19:23 +01:00
Remove ARMv7 from build snapshot pipeline 🔥
This commit is contained in:
parent
0a469cdc32
commit
91f4f96c9d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-snapshot.yml
vendored
2
.github/workflows/build-snapshot.yml
vendored
|
@ -10,7 +10,7 @@ on:
|
|||
env:
|
||||
IMAGE_NAME: ${{ github.repository }}
|
||||
IMAGE_NAME_WITH_INFCLOUD: parrazam/radicale-with-infcloud
|
||||
PLATFORMS: linux/amd64,linux/arm64,linux/arm/v7
|
||||
PLATFORMS: linux/amd64,linux/arm64
|
||||
GH_REPO: ghcr.io
|
||||
|
||||
jobs:
|
||||
|
|
Loading…
Reference in a new issue