Skip to content

Commit fd2e499

Browse files
committed
sequential build
1 parent 0d6c499 commit fd2e499

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@ jobs:
1616
build-and-test:
1717
name: Build and test
1818
runs-on: ubuntu-latest
19-
strategy:
20-
matrix:
21-
platform:
22-
- linux/amd64
23-
- linux/arm64
2419

2520
# Service containers to run with `container-job`
2621
#services:
@@ -45,7 +40,7 @@ jobs:
4540
uses: docker/build-push-action@v3
4641
with:
4742
file: Dockerfile
48-
platforms: ${{ matrix.platform }}
43+
platforms: linux/amd64,linux/arm64
4944
push: true
5045
secrets: |
5146
PRIVATE_REPO_ACCESS_KEY=${{ secrets.PRIVATE_REPO_ACCESS_KEY }}

0 commit comments

Comments
 (0)