Skip to content

Commit bcb891f

Browse files
authored
chore(ci): build for [email protected] for AL2 (#188)
AmazonLinux2 (AL2) silently upgraded from [email protected] to [email protected] which lead to an error while testing on AL2. This commit change the version of nginx to build for AL2. NOTE: AL2 extra list (https://docs.aws.amazon.com/linux/al2/ug/al2-extras-list.html)
1 parent 2f646bb commit bcb891f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.circleci/continue_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ workflows:
433433
- amd64
434434
- arm64
435435
nginx-version:
436-
- 1.22.1
436+
- 1.26.3
437437
- 1.24.0
438438
- 1.25.4
439439
- 1.27.4
@@ -506,7 +506,7 @@ workflows:
506506
base-image:
507507
- amazonlinux:2.0.20230418.0
508508
nginx-version:
509-
- 1.22.1
509+
- 1.26.3
510510
waf:
511511
- "ON"
512512
- "OFF"

.circleci/src/workflows/build-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- amd64
2020
- arm64
2121
nginx-version:
22-
- 1.22.1
22+
- 1.26.3
2323
- 1.24.0
2424
- 1.25.4
2525
- 1.27.4
@@ -97,7 +97,7 @@ jobs:
9797
base-image:
9898
- amazonlinux:2.0.20230418.0
9999
nginx-version:
100-
- 1.22.1
100+
- 1.26.3
101101
name: test << matrix.nginx-version >> on << matrix.base-image >>:<< matrix.arch
102102
>> WAF << matrix.waf >>
103103
requires:

0 commit comments

Comments
 (0)