Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Commit

Permalink
workflow/release-os-image: Disable fail-fast
Browse files Browse the repository at this point in the history
Disable fail-fast while building OS images. Let the build continue even
if a few fails.
  • Loading branch information
darkowlzz committed Nov 16, 2020
1 parent f8ba9d3 commit 924e324
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-os-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
image-build-push:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
what: [alpine, amazon-kernel, amazonlinux, centos, kubeadm, opensuse, ubuntu]
steps:
Expand Down

0 comments on commit 924e324

Please sign in to comment.