mirror of
https://github.com/shiroyashik/sculptor.git
synced 2025-12-06 04:51:13 +03:00
Cumulative update v0.4.1
Some checks failed
Continuous Integration / Build, lint and test (push) Has been cancelled
Some checks failed
Continuous Integration / Build, lint and test (push) Has been cancelled
XD
This commit is contained in:
parent
c4c622f018
commit
b3a7b644c7
4 changed files with 14 additions and 11 deletions
16
.github/workflows/release.yml
vendored
16
.github/workflows/release.yml
vendored
|
|
@ -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 }}
|
||||||
|
|
|
||||||
5
CREDITS
5
CREDITS
|
|
@ -7,4 +7,7 @@ IntelMiner (https://github.com/IntelMiner)
|
||||||
for bug hunting and feature suggestions.
|
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
2
Cargo.lock
generated
|
|
@ -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",
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue