Skip to content

Commit

Permalink
force amd64 plateform for docker and add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentsarago committed Nov 15, 2021
1 parent 0cf0368 commit 2bba8cc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ jobs:
if: github.ref == 'refs/heads/master'
uses: docker/build-push-action@v2
with:
# See https://github.com/developmentseed/titiler/discussions/387
platforms: linux/amd64
context: .
file: Dockerfile
push: true
Expand All @@ -148,6 +150,8 @@ jobs:
if: startsWith(github.event.ref, 'refs/tags') || github.event_name == 'release'
uses: docker/build-push-action@v2
with:
# See https://github.com/developmentseed/titiler/discussions/387
platforms: linux/amd64
context: .
file: Dockerfile
push: true
Expand Down
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release Notes

## 0.4.0a1 (2021-11-12)

* fix titiler packages cross dependencies

## 0.4.0a0 (2021-11-12)

* remove python 3.6 supports (related to morecantile/pyproj update)
Expand Down
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ version: '3'

services:
titiler:
# See https://github.com/developmentseed/titiler/discussions/387
platform: linux/amd64
build:
context: .
dockerfile: Dockerfile
Expand Down

0 comments on commit 2bba8cc

Please sign in to comment.