Updated versions
This commit is contained in:
parent
72815a589f
commit
df391dd048
4
Makefile
4
Makefile
|
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/make
|
||||
tagname = 10.4-5.1.6
|
||||
tagname = 10.4-5.1.9
|
||||
tagname_rc = 10.4-5.1.6rc
|
||||
tagname_ng = bullseye-5.99-20210427
|
||||
docker_user = setsoft
|
||||
|
|
@ -60,5 +60,5 @@ docker_shell:
|
|||
--volume="/home/$(USER):/home/$(USER):rw" \
|
||||
$(docker_img):$(tagname) /bin/bash
|
||||
|
||||
.PHONY: download_packages build_release upload_image upload_image_rc install_docker clean build build_rc release release_rc
|
||||
.PHONY: build_release upload_image upload_image_rc install_docker clean build build_rc release release_rc
|
||||
|
||||
|
|
|
|||
|
|
@ -17,7 +17,8 @@ This image is based on [setsoft/kicad_debian](https://github.com/INTI-CMNB/kicad
|
|||
The available tags are:
|
||||
|
||||
* **10.3-5.1.5** is KiCad 5.1.5 on Debian 10.3 with Kiplot 0.2.4, kicad-automation-scripts 1.3.1, KiBoM 1.6.3 and interactivehtmlbom 2.3.1
|
||||
* **10.4-5.1.6** (same as **latest**) is KiCad 5.1.6 on Debian 10.4 with KiBot 0.7.0, kicad-automation-scripts 1.4.2, KiBoM 1.8.0, interactivehtmlbom 2.3.3 and PcbDraw 0.6.0-2
|
||||
* **10.4-5.1.6** is KiCad 5.1.6 on Debian 10.4 with KiBot 0.7.0, kicad-automation-scripts 1.4.2, KiBoM 1.8.0, interactivehtmlbom 2.3.3 and PcbDraw 0.6.0-2
|
||||
* **10.4-5.1.9** (same as **latest**) is KiCad 5.1.9 on Debian 10.4 with KiBot 0.11.0, kicad-automation-scripts 1.5.10, KiBoM 1.8.0, interactivehtmlbom 2.3.4 and PcbDraw 0.6.0-2
|
||||
* **bullseye-5.99-20200922** (same as **nightly**) is KiCad 5.99 (20200922) on Debian bullseye with KiBot 0.7.0, kicad-automation-scripts 1.4.2, KiBoM 1.8.0, interactivehtmlbom 2.3.3 and PcbDraw 0.6.0-2
|
||||
|
||||
You can run it using a script like this:
|
||||
|
|
|
|||
Loading…
Reference in New Issue