Skip to content

Commit

Permalink
BUILD/MAJOR: remove support for linux/386 images
Browse files Browse the repository at this point in the history
  • Loading branch information
oktalz committed Mar 5, 2024
1 parent 9338c48 commit 7292d4c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker_auto_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
contents: read
packages: write
env:
DOCKER_PLATFORMS: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/386
DOCKER_PLATFORMS: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64
DOCKER_IMAGE: haproxytech/kubernetes-ingress
LATEST_BRANCH: "1.9"
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker_manual_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
contents: read
packages: write
env:
DOCKER_PLATFORMS: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/386
DOCKER_PLATFORMS: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64
DOCKER_IMAGE: haproxytech/kubernetes-ingress
LATEST_BRANCH: "1.9"
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
contents: read
packages: write
env:
DOCKER_PLATFORMS: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/386
DOCKER_PLATFORMS: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64
DOCKER_IMAGE: haproxytech/kubernetes-ingress
steps:
- name: Login to Docker Hub
Expand Down

0 comments on commit 7292d4c

Please sign in to comment.