Skip to content

Commit 2ef971c

Browse files
committed
improved master workflow for github actions
1 parent e65a012 commit 2ef971c

File tree

3 files changed

+12
-15
lines changed

3 files changed

+12
-15
lines changed

.github/workflows/develop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515

1616
jobs:
1717

18-
build:
18+
build_test:
1919
name: Build and Test
2020
runs-on: ubuntu-latest
2121
steps:

.github/workflows/master.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ env:
1818

1919
jobs:
2020

21-
build:
21+
build_test_publish:
2222
name: Build Test and Publish
2323
runs-on: ubuntu-latest
2424
steps:
@@ -52,9 +52,6 @@ jobs:
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

.promu.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ tarball:
2828
crossbuild:
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

0 commit comments

Comments
 (0)