test
This commit is contained in:
parent
8b8f447d9d
commit
5c0fa04ab6
@ -7,7 +7,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: build hive configuration
|
name: build hive configuration
|
||||||
runs-on: node-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v5
|
||||||
- uses: cachix/install-nix-action@v31
|
- uses: cachix/install-nix-action@v31
|
||||||
|
|||||||
@ -17,12 +17,14 @@ in{
|
|||||||
url = nodes.sin.config.services.gitea.settings.server.ROOT_URL;
|
url = nodes.sin.config.services.gitea.settings.server.ROOT_URL;
|
||||||
token = "uEDPBW6Z9oItAKRtloVwis0LkPbD4OmV2w5esOhW";
|
token = "uEDPBW6Z9oItAKRtloVwis0LkPbD4OmV2w5esOhW";
|
||||||
labels = [
|
labels = [
|
||||||
"debian-latest:docker://debian:latest"
|
# provide a debian base with nodejs for actions
|
||||||
"ubuntu-latest:docker://ubuntu:latest"
|
"debian-latest:docker://node:18-bullseye"
|
||||||
"nix-latest:docker://nixos/nix:latest"
|
# fake the ubuntu name, because node provides no ubuntu builds
|
||||||
"node-latest:docker://node:18-bullseye"
|
"ubuntu-latest:docker://node:18-bullseye"
|
||||||
|
# provide native execution on the host
|
||||||
#"native:host"
|
#"native:host"
|
||||||
];
|
]
|
||||||
|
;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user