From 183b0b53969b8bba2443b081f4c94b46daeceffe Mon Sep 17 00:00:00 2001 From: asr Date: Tue, 10 Jun 2025 21:51:25 +0000 Subject: [PATCH] Update .forgejo/workflows/publish.yml --- .forgejo/workflows/publish.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/publish.yml b/.forgejo/workflows/publish.yml index 4be885b..a70a3e9 100644 --- a/.forgejo/workflows/publish.yml +++ b/.forgejo/workflows/publish.yml @@ -5,5 +5,6 @@ jobs: runs-on: selfhosted steps: - uses: actions/checkout@v4 - - run: podman build . -t git.farthergate.com/asr/phlexite:latest - - run: podman push git.farthergate.com/asr/phlexite:latest --creds=asr:'${{secrets.PACKAGES_SECRET}}' \ No newline at end of file + - run: podman manifest create git.farthergate.com/asr/phlexite:latest + - run: podman build --platform linux/amd64,linux/arm64 --manifest git.farthergate.com/asr/phlexite:latest . + - run: podman manifest push git.farthergate.com/asr/phlexite:latest --creds=asr:'${{secrets.PACKAGES_SECRET}}' \ No newline at end of file