File tree 5 files changed +8
-8
lines changed
5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
- FROM --platform=linux/arm64 node:18-buster
1
+ FROM --platform=linux/arm64 node:18-bullseye
2
2
3
3
RUN apt install python3 make gcc g++
4
4
Original file line number Diff line number Diff line change 1
- FROM --platform=linux/arm64 node:20-buster
1
+ FROM --platform=linux/arm64 node:20-bullseye
2
2
3
3
RUN apt install python3 make gcc g++
4
4
Original file line number Diff line number Diff line change 1
- FROM node:18-buster
1
+ FROM node:18-bullseye
2
2
3
3
RUN apt install python3 make gcc g++
4
4
Original file line number Diff line number Diff line change 1
- FROM node:20-buster
1
+ FROM node:20-bullseye
2
2
3
3
RUN apt install python3 make gcc g++
4
4
Original file line number Diff line number Diff line change 52
52
run : npm run save-to-github
53
53
54
54
build-linux-node-18 :
55
- name : Node.js 18 on Debian Buster
55
+ name : Node.js 18 on Debian Bullseye
56
56
needs : create-release
57
57
runs-on : ubuntu-latest
58
58
continue-on-error : true
67
67
GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
68
68
69
69
build-linux-node-20 :
70
- name : Node.js 20 on Debian Buster
70
+ name : Node.js 20 on Debian Bullseye
71
71
needs : create-release
72
72
runs-on : ubuntu-latest
73
73
continue-on-error : true
@@ -142,7 +142,7 @@ jobs:
142
142
GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
143
143
144
144
build-linux-arm64-node-18 :
145
- name : Node.js 18 on Debian Buster on ARM64
145
+ name : Node.js 18 on Debian Bullseye on ARM64
146
146
needs : create-release
147
147
runs-on : ubuntu-latest
148
148
continue-on-error : true
@@ -161,7 +161,7 @@ jobs:
161
161
GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
162
162
163
163
build-linux-arm64-node-20 :
164
- name : Node.js 20 on Debian Buster on ARM64
164
+ name : Node.js 20 on Debian Bullseye on ARM64
165
165
needs : create-release
166
166
runs-on : ubuntu-latest
167
167
continue-on-error : true
You can’t perform that action at this time.
0 commit comments