Skip to content

Commit f903aee

Browse files
committed
Update platform test
1 parent 3be4415 commit f903aee

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/docker-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,10 @@ on:
2424
jobs:
2525
build-and-push-it-to-the-limit:
2626
runs-on: ubuntu-latest
27+
fail-fast: false
2728
strategy:
2829
matrix:
29-
architecture: [linux-arm-v7,linux-arm64,linux-amd64]
30+
architecture: [linux-arm-v7,linux-arm64v8,linux-amd64]
3031
steps:
3132
- name: checkout
3233
uses: actions/[email protected]

0 commit comments

Comments
 (0)