You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
292 B
Makefile

## SPDX-License-Identifier: MIT OR Apache-2.0
##
## Copyright (c) 2019-2021 Andre Richter <andre.o.richter@gmail.com>
default: docker_build
docker_build:
cp ../../Gemfile .
docker build -t rustembedded/osdev-utils:2021.11 \
--build-arg VCS_REF=`git rev-parse --short HEAD` .
rm Gemfile