File tree Expand file tree Collapse file tree 3 files changed +12
-15
lines changed Expand file tree Collapse file tree 3 files changed +12
-15
lines changed Original file line number Diff line number Diff line change 15
15
16
16
jobs :
17
17
18
- build :
18
+ build_test :
19
19
name : Build and Test
20
20
runs-on : ubuntu-latest
21
21
steps :
Original file line number Diff line number Diff line change 18
18
19
19
jobs :
20
20
21
- build :
21
+ build_test_publish :
22
22
name : Build Test and Publish
23
23
runs-on : ubuntu-latest
24
24
steps :
52
52
- name : Show Docker Images
53
53
run : docker images
54
54
55
- - name : Show Docker Images
56
- run : docker images
57
-
58
55
- name : Loging in Docker Hub
59
56
run : docker login -u ${{ secrets.DOCKER_HUB_USER }} -p ${{ secrets.DOCKER_HUB_PASSWORD }}
60
57
Original file line number Diff line number Diff line change @@ -28,13 +28,13 @@ tarball:
28
28
crossbuild :
29
29
platforms :
30
30
- linux/amd64
31
- - linux/386
32
- - linux/arm
33
- - linux/arm64
34
- - linux/ppc64
35
- - linux/ppc64le
36
- - linux/s390x
37
- - darwin/amd64
38
- - darwin/386
39
- - windows/amd64
40
- - windows/386
31
+ # - linux/386
32
+ # - linux/arm
33
+ # - linux/arm64
34
+ # - linux/ppc64
35
+ # - linux/ppc64le
36
+ # - linux/s390x
37
+ # - darwin/amd64
38
+ # - darwin/386
39
+ # - windows/amd64
40
+ # - windows/386
You can’t perform that action at this time.
0 commit comments