mirror of
https://github.com/embedd-actions/arm-gcc-ci.git
synced 2024-12-26 08:52:15 +03:00
10 lines
160 B
YAML
10 lines
160 B
YAML
|
version: '2'
|
||
|
|
||
|
services:
|
||
|
arm-gcc:
|
||
|
container_name: arm-gcc
|
||
|
build:
|
||
|
context: .
|
||
|
dockerfile: Dockerfile
|
||
|
args:
|
||
|
- VERSION=12.3.1-1.1
|