mirror of
https://github.com/parrazam/radicale-docker.git
synced 2024-11-24 03:49:11 +01:00
Remove arm/v7 support due to https://github.com/tomsquest/docker-radicale/pull/128
This commit is contained in:
parent
acb7004933
commit
8080e60fc6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-tag.yml
vendored
2
.github/workflows/build-tag.yml
vendored
|
@ -7,7 +7,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