Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
kun-lu20 committed Mar 19, 2021
1 parent bcc360b commit 51cf19b
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/ci-build-all-in-one-multiarch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ on:
jobs:
build-binaries:
runs-on: ubuntu-latest

services:
registry:
image: registry:2
ports:
- 5000:5000

strategy:
matrix:
platform:
Expand All @@ -18,6 +25,7 @@ jobs:
task: GOOS=linux GOARCH=s390x $(MAKE) build-all-in-one
- name: arm
task: GOOS=linux GOARCH=arm64 $(MAKE) build-all-in-one

name: build all-in-one for ${{ matrix.platform.name }}
steps:
- uses: actions/checkout@v2
Expand All @@ -41,14 +49,7 @@ jobs:
- name: Build All-in-one
run: make ${{ matrix.platform.task }}

build-docker-image:
needs: build-binaries
runs-on: ubuntu-latest
services:
registry:
image: registry:2
ports:
- 5000:5000
name: build-docker-image
steps:
- uses: actions/checkout@v2.3.4

Expand Down

0 comments on commit 51cf19b

Please sign in to comment.