mirror of
https://github.com/itzg/docker-minecraft-server
synced 2024-11-10 06:14:14 +00:00
ci: fixed pr test builds for buildkit
This commit is contained in:
parent
38eb769c1b
commit
1e32161652
1 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,9 @@ services:
|
|||
restart: "no"
|
||||
build:
|
||||
context: ..
|
||||
args:
|
||||
TARGETOS: linux
|
||||
TARGETARCH: amd64
|
||||
cache_from:
|
||||
- itzg/minecraft-server:latest
|
||||
environment:
|
||||
|
|
Loading…
Reference in a new issue