Skip to content

Commit f00d980

Browse files
committed
remove owl bin
1 parent b494948 commit f00d980

File tree

6 files changed

+8
-175
lines changed

6 files changed

+8
-175
lines changed

.github/workflows/deploy_docker.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,14 @@ jobs:
3636
file: ./Dockerfile
3737
push: true
3838
tags: ${{ secrets.DOCKERHUB_USERNAME }}/owl:main
39+
40+
- name: Build archlinux image
41+
uses: docker/build-push-action@v5
42+
with:
43+
context: .
44+
file: ./docker/Dockerfile.archlinux
45+
push: true
46+
tags: ${{ secrets.DOCKERHUB_USERNAME }}/owl:archlinux
3947

4048
- name: Build debian image
4149
uses: docker/build-push-action@v5
@@ -53,10 +61,3 @@ jobs:
5361
push: true
5462
tags: ${{ secrets.DOCKERHUB_USERNAME }}/owl:fedora
5563

56-
#- name: Build archlinux image
57-
# uses: docker/build-push-action@v5
58-
# with:
59-
# context: .
60-
# file: ./docker/Dockerfile.archlinux
61-
# push: true
62-
# tags: ${{ secrets.DOCKERHUB_USERNAME }}/owl:archlinux

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Owl - OCaml Scientific Computing
22
[![build](https://github.com/owlbarn/owl/actions/workflows/main.yml/badge.svg)](https://github.com/owlbarn/owl/actions/workflows/main.yml)
33
[![build](https://github.com/owlbarn/owl/actions/workflows/deploy_docker.yml/badge.svg)](https://github.com/owlbarn/owl/actions/workflows/deploy_docker.yml)
4-
[![build](https://github.com/owlbarn/owl/actions/workflows/os.yml/badge.svg)](https://github.com/owlbarn/owl/actions/workflows/os.yml)
54

65
Owl is a dedicated system for scientific and engineering computing. The system is developed in OCaml and licensed under MIT. The project is originated by [Liang Wang](https://liang.ocaml.xyz) and currently led by [Jianxin Zhao](https://jianxin.ocaml.xyz). The history of the project can be seen on the [Wikipedia](https://en.wikipedia.org/wiki/Owl_Scientific_Computing) page.
76

bin/.ocamlformat

Lines changed: 0 additions & 1 deletion
This file was deleted.

bin/dune

Lines changed: 0 additions & 9 deletions
This file was deleted.

bin/owl_bin_viz.ml

Lines changed: 0 additions & 121 deletions
This file was deleted.

bin/owl_download_gist.sh

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)