mirror of
https://github.com/opf/openproject.git
synced 2026-06-13 19:20:00 +00:00
Make sure CI docker-compose always runs on linux/amd64 platform
This commit is contained in:
@@ -8,6 +8,8 @@ services:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: ./docker/ci/Dockerfile
|
||||
platforms:
|
||||
- linux/amd64
|
||||
args:
|
||||
- APP_USER_UID
|
||||
- APP_USER_GID
|
||||
|
||||
Reference in New Issue
Block a user