Change to arm architecture
All checks were successful
/ Build static site, docker image, upload artifact... (push) Successful in 4m5s
/ Connect to deployment host, update, and redeploy docs website. (push) Successful in 1m57s

This commit is contained in:
2024-09-21 19:22:43 -07:00
parent 87244e2545
commit fc6b7f0217

View File

@@ -62,7 +62,7 @@ jobs:
with:
context: .
push: true
platforms: linux/amd64
platforms: linux/arm64
tags: gitea.raer.me/${{ gitea.repository }}:${{ gitea.ref_name }}
job2:
needs: job1