Browse Source

Remove creating default latest tag

bullseye
T. Meissner 4 years ago
parent
commit
0fda6d628a
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      Makefile

+ 0
- 1
Makefile View File

@ -23,4 +23,3 @@ all: symbiyosys ghdl-formal
.SECONDEXPANSION:
symbiyosys ghdl-formal: $$@.Dockerfile
docker build ${OPTIONS} -t $@:${TAG} -f $@.Dockerfile .
docker build -t $@:latest -f $@.Dockerfile .

Loading…
Cancel
Save