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:
|
jobs:
|
||||||
upgrade:
|
upgrade:
|
||||||
runs-on: docker
|
runs-on: lxc-bookworm
|
||||||
container:
|
|
||||||
image: 'docker.io/node:20-bookworm'
|
|
||||||
steps:
|
steps:
|
||||||
- name: cache S3 binaries
|
- name: cache S3 binaries
|
||||||
id: S3
|
id: S3
|
||||||
|
@ -36,6 +34,7 @@ jobs:
|
||||||
- run: |
|
- run: |
|
||||||
set -x
|
set -x
|
||||||
forgejo-binary.sh ensure_user forgejo
|
forgejo-binary.sh ensure_user forgejo
|
||||||
|
apt-get -q install -y -qq build-essential
|
||||||
- run: |
|
- run: |
|
||||||
script=$(pwd)/forgejo/upgrades/test-upgrade.sh
|
script=$(pwd)/forgejo/upgrades/test-upgrade.sh
|
||||||
$script run dependencies
|
$script run dependencies
|
||||||
|
|
Loading…
Add table
Reference in a new issue