Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ spec:
value: true
- name: build-platforms
value:
- linux-extra-fast/amd64
- linux/x86_64
- linux-m2xlarge/arm64
- name: image-expires-after
value: 5d
- name: enable-slack-failure-notification
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
value: true
- name: build-platforms
value:
- linux-extra-fast/amd64
- linux/x86_64
- name: image-expires-after
value: 5d
- name: enable-slack-failure-notification
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ spec:
value: true
- name: build-platforms
value:
- linux-extra-fast/amd64
- linux/x86_64
- linux-m2xlarge/arm64
- name: image-expires-after
value: 5d
- name: enable-slack-failure-notification
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
value: true
- name: build-platforms
value:
- linux-extra-fast/amd64
- linux/x86_64
- linux-m2xlarge/arm64
- name: image-expires-after
value: 5d
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
value: true
- name: build-platforms
value:
- linux-extra-fast/amd64
- linux/x86_64
- name: image-expires-after
value: 5d
- name: enable-slack-failure-notification
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ spec:
value: true
- name: build-platforms
value:
- linux-extra-fast/amd64
- linux/x86_64
- linux-m2xlarge/arm64
- name: image-expires-after
value: 5d
- name: enable-slack-failure-notification
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
value: true
- name: build-platforms
value:
- linux-extra-fast/amd64
- linux/x86_64
- name: image-expires-after
value: 5d
- name: enable-slack-failure-notification
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
value: true
- name: build-platforms
value:
- linux-extra-fast/amd64
- linux/x86_64
- linux-m2xlarge/arm64
- name: image-expires-after
value: 5d
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,10 @@ spec:
value: true
- name: build-platforms
value:
- linux-extra-fast/amd64
- linux/x86_64
- linux/ppc64le
- linux/s390x
Copy link
Member

@atheo89 atheo89 Sep 10, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The linux/s390x on CPU flavors needs to be removed

Copy link
Member Author

@riprasad riprasad Sep 10, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

They were added by @Nash-123 in this PR
#463

Appears to me that he is working on enabling z builds and he would require this to test his changes.

- linux-m2xlarge/arm64
- name: image-expires-after
value: 5d
- name: enable-slack-failure-notification
Expand Down