Skip to content

Commit 88501e9

Browse files
authored
fix: remove ap-northeast{2,3} arm builds (#8)
1 parent c2243d0 commit 88501e9

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

CHANGELOG.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
# Changelog
22

3-
## [1.0.1](https://github.com/pyroscope-io/pyroscope-lambda-extension/compare/v1.0.0...v1.0.1) (2022-07-05)
4-
5-
6-
### Bug Fixes
7-
8-
* set architecture when publishing ([#6](https://github.com/pyroscope-io/pyroscope-lambda-extension/issues/6)) ([ae3372f](https://github.com/pyroscope-io/pyroscope-lambda-extension/commit/ae3372f4697a1d97246c0eb73448bf752ec370a1))
9-
103
## 1.0.0 (2022-07-04)
114

125

scripts/publish.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ const regions: { region: string; archs: Arch[] }[] = [
1212
{ region: "eu-west-3", archs: [] },
1313
{ region: "eu-west-2", archs: ["x86_64", "arm64"] },
1414
{ region: "eu-west-1", archs: ["x86_64", "arm64"] },
15-
{ region: "ap-northeast-3", archs: ["x86_64", "arm64"] },
16-
{ region: "ap-northeast-2", archs: ["x86_64", "arm64"] },
15+
{ region: "ap-northeast-3", archs: [] },
16+
{ region: "ap-northeast-2", archs: [] },
1717
{ region: "ap-northeast-1", archs: ["x86_64", "arm64"] },
1818
{ region: "sa-east-1", archs: [] },
1919
{ region: "ca-central-1", archs: [] },

0 commit comments

Comments
 (0)