Updated dependencies and added container builds for arm architectures
Some checks failed
Push Dev / docker (push) Has been cancelled

This commit is contained in:
Shiroyasha 2025-05-25 15:52:44 +03:00
parent 1c4f0f1106
commit c0fc8ba2e8
Signed by: shiroyashik
GPG key ID: E4953D3940D7860A
6 changed files with 564 additions and 490 deletions

View file

@ -137,7 +137,7 @@ jobs:
install: true
- name: Build for Dockerhub & ghcr.io
run: |
docker build --platform linux/amd64 \
docker build --platform linux/amd64,linux/arm64 \
-t ghcr.io/${{ github.repository_owner }}/sculptor:latest \
-t ghcr.io/${{ github.repository_owner }}/sculptor:${{ github.ref_name }} \
--provenance=false --sbom=false \