From e86ee245062459b8f18c52c49c3987f1716fc700 Mon Sep 17 00:00:00 2001 From: MarcUs7i <96580944+MarcUs7i@users.noreply.github.com> Date: Tue, 25 Feb 2025 00:08:09 +0100 Subject: [PATCH] Add support for multiple platforms in release workflow --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2a6e558..d05fca1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,4 +31,5 @@ jobs: with: context: . push: true + platforms: linux/amd64, linux/arm64/v8, linux/arm/v7 tags: ghcr.io/marcus7i/ulinkshortener:latest \ No newline at end of file