Skip to content

Commit

Permalink
Merge pull request #4539 from frehoy/set-compose-platform-amd64
Browse files Browse the repository at this point in the history
Allow building on ARM64 machines by setting platform: linux/amd64
  • Loading branch information
matkoniecz authored May 10, 2022
2 parents 1178dfb + ed6902a commit 4512050
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ version: '2'
services:
kosmtik:
image: kosmtik:v1
platform: linux/amd64
build:
context: .
dockerfile: Dockerfile
Expand Down

0 comments on commit 4512050

Please sign in to comment.