Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Red Hat UBI 8 doesn't support armv7 #1552

Merged
merged 1 commit into from
Apr 26, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/edge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -457,14 +457,17 @@ jobs:
image: nginx-ingress
tag: edge
type: debian
platforms: linux/arm,linux/arm64,linux/amd64,linux/ppc64le,linux/s390x
- os: ubuntu-20.04
image: nginx-ingress
tag: edge-alpine
type: alpine
platforms: linux/arm,linux/arm64,linux/amd64,linux/ppc64le,linux/s390x
- os: ubuntu-20.04
image: nginx-ingress
tag: edge-ubi
type: openshift
platforms: linux/arm64,linux/amd64,linux/ppc64le,linux/s390x
steps:
- name: Checkout Repository
uses: actions/checkout@v2
Expand Down Expand Up @@ -503,7 +506,7 @@ jobs:
cache-to: type=local,dest=/tmp/.buildx-cache
target: goreleaser
tags: nginx/${{ matrix.image }}:${{ matrix.tag }}
platforms: linux/arm,linux/arm64,linux/amd64,linux/ppc64le,linux/s390x
platforms: ${{ matrix.platforms }}
push: true
build-args: |
BUILD_OS=${{ matrix.type }}
Expand Down