Cumulative update v0.4.1
Some checks failed
Continuous Integration / Build, lint and test (push) Has been cancelled

XD
This commit is contained in:
Shiroyasha 2025-08-01 05:08:32 +03:00
parent c4c622f018
commit b3a7b644c7
Signed by: shiroyashik
GPG key ID: E4953D3940D7860A
4 changed files with 14 additions and 11 deletions

View file

@ -11,7 +11,7 @@ permissions:
packages: write packages: write
env: env:
RUST_VERSION: 1.87 RUST_VERSION: 1.88
ZIG_VERSION: 0.14.1 ZIG_VERSION: 0.14.1
ALPINE_VERSION: 3.22 ALPINE_VERSION: 3.22
CARGO_TERM_COLOR: always CARGO_TERM_COLOR: always
@ -85,12 +85,12 @@ jobs:
# password: ${{ secrets.DOCKERHUB_TOKEN }} # password: ${{ secrets.DOCKERHUB_TOKEN }}
# also uncomment the tags parameter in the last step # also uncomment the tags parameter in the last step
# - name: Login to GitHub Container Registry - name: Login to GitHub Container Registry
# uses: docker/login-action@v3 uses: docker/login-action@v3
# with: with:
# registry: ghcr.io registry: ghcr.io
# username: ${{ github.repository_owner }} username: ${{ github.repository_owner }}
# password: ${{ secrets.GITHUB_TOKEN }} password: ${{ secrets.GITHUB_TOKEN }}
- name: Set up QEMU - name: Set up QEMU
uses: docker/setup-qemu-action@v3 uses: docker/setup-qemu-action@v3
@ -109,7 +109,7 @@ jobs:
platforms: | platforms: |
linux/amd64 linux/amd64
linux/arm64 linux/arm64
# push: true push: true
tags: | tags: |
ghcr.io/${{ github.repository_owner }}/sculptor:latest ghcr.io/${{ github.repository_owner }}/sculptor:latest
ghcr.io/${{ github.repository_owner }}/sculptor:${{ github.ref_name }} ghcr.io/${{ github.repository_owner }}/sculptor:${{ github.ref_name }}

View file

@ -8,3 +8,6 @@ for bug hunting and feature suggestions.
Contributors: Contributors:
korewaChino (https://github.com/korewaChino) korewaChino (https://github.com/korewaChino)
papaj-na-wrotkach (https://github.com/papaj-na-wrotkach)
for his awesome work on reworking and rethinking the build system. <3

2
Cargo.lock generated
View file

@ -1622,7 +1622,7 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
[[package]] [[package]]
name = "sculptor" name = "sculptor"
version = "0.4.1-dev" version = "0.4.1"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"axum", "axum",

View file

@ -1,7 +1,7 @@
[package] [package]
name = "sculptor" name = "sculptor"
authors = ["Shiroyashik <shiroyashik@shsr.ru>"] authors = ["Shiroyashik <shiroyashik@shsr.ru>"]
version = "0.4.1-dev" version = "0.4.1"
edition = "2024" edition = "2024"
publish = false publish = false