We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e9ebe22 + c3d8cfd commit f10541bCopy full SHA for f10541b
1 file changed
.drone.yml
@@ -1,13 +1,13 @@
1
kind: pipeline
2
-name: fluentd-test-arm64-2-6-3
+name: fluentd-test-arm64-3-0
3
4
platform:
5
os: linux
6
arch: arm64
7
8
steps:
9
-- name: fluentd-test-arm64-2-6-3
10
- image: arm64v8/ruby:2.6.3
+- name: fluentd-test-arm64-3-0
+ image: arm64v8/ruby:3.0
11
commands:
12
- apt update
13
- apt -y install libgmp3-dev
@@ -17,15 +17,15 @@ steps:
17
- bundle exec rake test
18
---
19
20
-name: fluentd-test-arm64-latest
+name: fluentd-test-arm64-2-7
21
22
23
24
25
26
27
-- name: fluentd-test-arm64-latest
28
- image: arm64v8/ruby:latest
+- name: fluentd-test-arm64-2-7
+ image: arm64v8/ruby:2.7
29
30
31
0 commit comments