mirror of
https://github.com/shiroyashik/sculptor.git
synced 2025-12-06 13:01:12 +03:00
resolve merge conflicts
This commit is contained in:
commit
5c3be679e2
4 changed files with 87 additions and 94 deletions
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
|
|
@ -92,8 +92,8 @@ jobs:
|
|||
# username: ${{ github.repository_owner }}
|
||||
# password: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
# - name: Set up QEMU
|
||||
# uses: docker/setup-qemu-action@v3
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v3
|
||||
|
||||
- name: Set up buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
|
@ -106,7 +106,9 @@ jobs:
|
|||
build-args: |
|
||||
ALPINE_VERSION
|
||||
RUST_VERSION
|
||||
platforms: linux/amd64,linux/arm64
|
||||
platforms: |
|
||||
linux/amd64
|
||||
linux/arm64
|
||||
# push: true
|
||||
tags: |
|
||||
ghcr.io/${{ github.repository_owner }}/sculptor:latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue