mirror of
https://github.com/shiroyashik/sculptor.git
synced 2025-12-06 13:01:12 +03:00
Updated dependencies and added container builds for arm architectures
Some checks failed
Push Dev / docker (push) Has been cancelled
Some checks failed
Push Dev / docker (push) Has been cancelled
This commit is contained in:
parent
1c4f0f1106
commit
c0fc8ba2e8
6 changed files with 564 additions and 490 deletions
3
.github/workflows/dev-release.yml
vendored
3
.github/workflows/dev-release.yml
vendored
|
|
@ -39,6 +39,9 @@ jobs:
|
|||
with:
|
||||
push: true
|
||||
# context: .
|
||||
platforms: |
|
||||
linux/amd64
|
||||
linux/arm64
|
||||
tags: ghcr.io/${{ github.repository_owner }}/sculptor:${{ steps.short_sha.outputs.sha }}
|
||||
cache-from: type=registry,ref=ghcr.io/${{ github.repository_owner }}/sculptor:buildcache
|
||||
cache-to: type=registry,ref=ghcr.io/${{ github.repository_owner }}/sculptor:buildcache,mode=max
|
||||
Loading…
Add table
Add a link
Reference in a new issue