mirror of
https://github.com/swissmakers/fail2ban-ui.git
synced 2026-03-21 17:13:26 +01:00
Drop linux/arm/v7 support, because it seems to cause issues in combination with arm64 for some users
This commit is contained in:
@@ -35,7 +35,7 @@ jobs:
|
||||
- name: Build multi-arch manifest locally
|
||||
env:
|
||||
LOCAL_MANIFEST: localhost/fail2ban-ui:${{ github.sha }}
|
||||
PLATFORMS: linux/amd64,linux/arm64,linux/arm/v7
|
||||
PLATFORMS: linux/amd64,linux/arm64
|
||||
run: |
|
||||
podman build --pull \
|
||||
--platform "$PLATFORMS" \
|
||||
|
||||
@@ -28,7 +28,7 @@ RUN set -eux; \
|
||||
# ===================================
|
||||
# STAGE 2 -- Standalone UI Version
|
||||
# ===================================
|
||||
FROM alpine:3.23 AS standalone-ui
|
||||
FROM --platform=$TARGETPLATFORM alpine:3.23 AS standalone-ui
|
||||
|
||||
# Install required container dependencies
|
||||
RUN set -eux; \
|
||||
|
||||
Reference in New Issue
Block a user