Skip to content

Commit 2bba8cc

Browse files
committed
force amd64 plateform for docker and add changelog
1 parent 0cf0368 commit 2bba8cc

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,8 @@ jobs:
135135
if: github.ref == 'refs/heads/master'
136136
uses: docker/build-push-action@v2
137137
with:
138+
# See https://github.com/developmentseed/titiler/discussions/387
139+
platforms: linux/amd64
138140
context: .
139141
file: Dockerfile
140142
push: true
@@ -148,6 +150,8 @@ jobs:
148150
if: startsWith(github.event.ref, 'refs/tags') || github.event_name == 'release'
149151
uses: docker/build-push-action@v2
150152
with:
153+
# See https://github.com/developmentseed/titiler/discussions/387
154+
platforms: linux/amd64
151155
context: .
152156
file: Dockerfile
153157
push: true

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release Notes
22

3+
## 0.4.0a1 (2021-11-12)
4+
5+
* fix titiler packages cross dependencies
6+
37
## 0.4.0a0 (2021-11-12)
48

59
* remove python 3.6 supports (related to morecantile/pyproj update)

docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ version: '3'
22

33
services:
44
titiler:
5+
# See https://github.com/developmentseed/titiler/discussions/387
6+
platform: linux/amd64
57
build:
68
context: .
79
dockerfile: Dockerfile

0 commit comments

Comments
 (0)