update CI workflow to target only linux/arm64 platform
Some checks failed
Master Build / Build and Push Docker Image (amd64 and arm64) (push) Successful in 48s
Master Build / Deploy Live (push) Successful in 4s
Master Build / Deploy Local (Demo) (push) Has been cancelled

This commit is contained in:
José Henrique 2025-03-14 19:35:21 -03:00
parent 40e9f51884
commit 833eac7bb9

View File

@ -39,7 +39,7 @@ jobs:
file: ./Dockerfile
push: true
tags: git.ivanch.me/ivanch/new-home/home-page:latest
platforms: linux/amd64, linux/arm64
platforms: linux/arm64
- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}