upgrades: run on LXC to allow for running docker
This commit is contained in:
parent
f321bf5d5e
commit
2bb546d366
1 changed files with 2 additions and 3 deletions
|
@ -8,9 +8,7 @@ on:
|
|||
|
||||
jobs:
|
||||
upgrade:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: 'docker.io/node:20-bookworm'
|
||||
runs-on: lxc-bookworm
|
||||
steps:
|
||||
- name: cache S3 binaries
|
||||
id: S3
|
||||
|
@ -36,6 +34,7 @@ jobs:
|
|||
- run: |
|
||||
set -x
|
||||
forgejo-binary.sh ensure_user forgejo
|
||||
apt-get -q install -y -qq build-essential
|
||||
- run: |
|
||||
script=$(pwd)/forgejo/upgrades/test-upgrade.sh
|
||||
$script run dependencies
|
||||
|
|
Loading…
Add table
Reference in a new issue