Changeset c1798da for .github


Ignore:
Timestamp:
06/23/26 13:55:32 (2 weeks ago)
Author:
Andrej <asumanovski@…>
Branches:
master
Children:
2a034a2
Parents:
52fee06
Message:

Build multi-platform images (amd64 + arm64) for Apple Silicon compatibility

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .github/workflows/ci-cd.yml

    r52fee06 rc1798da  
    5959          context: ./backend
    6060          push: true
     61          platforms: linux/amd64,linux/arm64
    6162          tags: |
    6263            ${{ env.BACKEND_IMAGE }}:latest
     
    7071          context: ./frontend
    7172          push: true
     73          platforms: linux/amd64,linux/arm64
    7274          tags: |
    7375            ${{ env.FRONTEND_IMAGE }}:latest
Note: See TracChangeset for help on using the changeset viewer.