Another Update Package Yaaay #9

Merged
gaisser merged 21 commits from mueller/yet-another-update-package-nice into master 2021-05-25 14:55:42 +02:00
2 changed files with 6 additions and 1 deletions
Showing only changes of commit 4a7ea4b727 - Show all commits

View File

@ -4,7 +4,7 @@ FROM ubuntu:latest
# Specify the cross compiler version
# See: https://github.com/xpack-dev-tools/arm-none-eabi-gcc-xpack
ENV XPM_ARM_XCOMPILER_VERSION = "10.2.1-1.1.2"
ENV XPM_ARM_XCOMPILER_VERSION="10.2.1-1.1.2"
RUN apt-get update -y && apt-get upgrade -y
RUN DEBIAN_FRONTEND="noninteractive" apt-get -y install tzdata

View File

@ -10,3 +10,8 @@ services:
build:
context: .
dockerfile: bsp_hosted/Dockerfile
build-freertos:
build:
context: .
dockerfile: bsp_stm32_freertos/Dockerfile