2 Commits

Author SHA1 Message Date
d0cf852b95 bump: v0.0.17 -> v0.0.18 2025-04-16 05:44:08 -04:00
ddce48625e feat: docker binary cache 2025-04-16 05:42:28 -04:00
5 changed files with 7 additions and 5 deletions

View File

@ -39,6 +39,7 @@ jobs:
# https://docs.docker.com/build/ci/github-actions/manage-tags-labels/
package:
runs-on: ubuntu-latest
needs: release # Wait for binary cache to propagate
steps:
- name: Docker meta
id: meta

View File

@ -9,6 +9,7 @@ WORKDIR /tmp/build
RUN nix \
--extra-experimental-features "nix-command flakes" \
--option filter-syscalls false \
--accept-flake-config \
build
# Copy the Nix store closure into a directory. The Nix store closure is the

View File

@ -1,12 +1,12 @@
{
"name": "trevstack",
"version": "0.0.17",
"version": "0.0.18",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "trevstack",
"version": "0.0.17",
"version": "0.0.18",
"devDependencies": {
"@connectrpc/connect": "^2.0.2",
"@connectrpc/connect-web": "^2.0.2",

View File

@ -1,7 +1,7 @@
{
"name": "trevstack",
"private": true,
"version": "0.0.17",
"version": "0.0.18",
"type": "module",
"scripts": {
"dev": "vite dev",

View File

@ -21,7 +21,7 @@
...
}: let
pname = "trevstack";
version = "0.0.17";
version = "0.0.18";
supportedSystems = [
"x86_64-linux"
@ -99,7 +99,7 @@
pname = "${pname}-client";
inherit version;
src = ./client;
npmDepsHash = "sha256-I9Za0f5NKcBBZPqT4F9OWnDEXuiM1ZZk1VNkRM0nb/U=";
npmDepsHash = "sha256-SHt4y3WkiC819zl7NSdh+XW6yCDuaMEPMg1wmq3ctjE=";
nodejs = pkgs.nodejs_22;
installPhase = ''