Merge pull request #420 from Fuchsoria/feat-arm64-build

Feature: linux/arm64 platform for login package
This commit is contained in:
Elio Bischof
2025-04-14 13:49:27 +02:00
committed by GitHub

View File

@@ -87,6 +87,7 @@ jobs:
with: with:
context: . context: .
push: true push: true
platforms: linux/amd64,linux/arm64
cache-from: type=gha cache-from: type=gha
cache-to: type=gha,mode=max cache-to: type=gha,mode=max
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}