File tree Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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)
Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ version: '3'
22
33services :
44 titiler :
5+ # See https://github.com/developmentseed/titiler/discussions/387
6+ platform : linux/amd64
57 build :
68 context : .
79 dockerfile : Dockerfile
You can’t perform that action at this time.
0 commit comments