File tree Expand file tree Collapse file tree 5 files changed +22
-0
lines changed Expand file tree Collapse file tree 5 files changed +22
-0
lines changed Original file line number Diff line number Diff line change 45
45
pre-commit run --all-files
46
46
pylint operator/*.py
47
47
ansible-lint
48
+ - name : Set up QEMU
49
+ uses : docker/setup-qemu-action@v1
50
+ - name : Set up Docker Buildx
51
+ uses : docker/setup-buildx-action@v1
48
52
- name : Login to DockerHub
49
53
uses : docker/login-action@v1
50
54
with :
54
58
uses : docker/build-push-action@v2
55
59
with :
56
60
context : operator
61
+ platforms : linux/amd64,linux/arm64
57
62
push : true
58
63
tags : informaticsmatters/data-manager-jupyter-operator:latest
Original file line number Diff line number Diff line change 36
36
uses : actions/checkout@v2
37
37
- name : Inject slug/short variables
38
38
uses :
rlespinasse/[email protected]
39
+ - name : Set up QEMU
40
+ uses : docker/setup-qemu-action@v1
41
+ - name : Set up Docker Buildx
42
+ uses : docker/setup-buildx-action@v1
39
43
- name : Login to DockerHub
40
44
uses : docker/login-action@v1
41
45
with :
45
49
uses : docker/build-push-action@v2
46
50
with :
47
51
context : operator
52
+ platforms : linux/amd64,linux/arm64
48
53
push : true
49
54
tags : |
50
55
informaticsmatters/data-manager-jupyter-operator:${{ env.GITHUB_REF_SLUG }}
Original file line number Diff line number Diff line change 32
32
uses : actions/checkout@v2
33
33
- name : Inject slug/short variables
34
34
uses :
rlespinasse/[email protected]
35
+ - name : Set up QEMU
36
+ uses : docker/setup-qemu-action@v1
37
+ - name : Set up Docker Buildx
38
+ uses : docker/setup-buildx-action@v1
35
39
- name : Login to DockerHub
36
40
uses : docker/login-action@v1
37
41
with :
41
45
uses : docker/build-push-action@v2
42
46
with :
43
47
context : operator
48
+ platforms : linux/amd64,linux/arm64
44
49
push : true
45
50
tags : informaticsmatters/data-manager-jupyter-operator:${{ env.GITHUB_REF_SLUG }}
Original file line number Diff line number Diff line change 46
46
run : |
47
47
pre-commit run --all-files
48
48
ansible-lint
49
+ - name : Set up QEMU
50
+ uses : docker/setup-qemu-action@v1
51
+ - name : Set up Docker Buildx
52
+ uses : docker/setup-buildx-action@v1
49
53
- name : Build
50
54
uses : docker/build-push-action@v2
51
55
with :
52
56
context : operator
57
+ platforms : linux/amd64,linux/arm64
Original file line number Diff line number Diff line change 3
3
[ ![ Data Manager: Application] ( https://img.shields.io/badge/data%20manager-application-000000?labelColor=dc332e )] ( )
4
4
[ ![ Dev Stage: 1] ( https://img.shields.io/badge/dev%20stage-★☆☆%20%281%29-000000?labelColor=dc332e )] ( https://github.com/InformaticsMatters/code-repository-development-stages )
5
5
6
+ ![ Architecture] ( https://img.shields.io/badge/architecture-amd64%20%7C%20arm64-lightgrey )
7
+
6
8
[ ![ build] ( https://github.com/informaticsmatters/data-manager-jupyter-operator/actions/workflows/build.yaml/badge.svg )] ( https://github.com/informaticsmatters/data-manager-jupyter-operator/actions/workflows/build.yaml )
7
9
[ ![ build latest] ( https://github.com/informaticsmatters/data-manager-jupyter-operator/actions/workflows/build-latest.yaml/badge.svg )] ( https://github.com/informaticsmatters/data-manager-jupyter-operator/actions/workflows/build-latest.yaml )
8
10
[ ![ build tag] ( https://github.com/informaticsmatters/data-manager-jupyter-operator/actions/workflows/build-tag.yaml/badge.svg )] ( https://github.com/informaticsmatters/data-manager-jupyter-operator/actions/workflows/build-tag.yaml )
You can’t perform that action at this time.
0 commit comments