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 1515
1616jobs :
1717
18- build :
18+ build_test :
1919 name : Build and Test
2020 runs-on : ubuntu-latest
2121 steps :
Original file line number Diff line number Diff line change 1818
1919jobs :
2020
21- build :
21+ build_test_publish :
2222 name : Build Test and Publish
2323 runs-on : ubuntu-latest
2424 steps :
5252 - name : Show Docker Images
5353 run : docker images
5454
55- - name : Show Docker Images
56- run : docker images
57-
5855 - name : Loging in Docker Hub
5956 run : docker login -u ${{ secrets.DOCKER_HUB_USER }} -p ${{ secrets.DOCKER_HUB_PASSWORD }}
6057
Original file line number Diff line number Diff line change @@ -28,13 +28,13 @@ tarball:
2828crossbuild :
2929 platforms :
3030 - 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