Skip to content

Commit

Permalink
ci(centos-7): remove arm64 architecture support
Browse files Browse the repository at this point in the history
Docker instruction "ENV LANG en_US.UTF-8" and
"ENV LC_ALL en_US.UTF-8' don't work on the
arm64 docker image, ansible cannot be built
without that.
  • Loading branch information
diodonfrost committed May 2, 2023
1 parent 468ad69 commit b6b0b9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
platform: "linux/amd64"
- image: centos
version: "7"
platform: "linux/amd64,linux/arm64/v8"
platform: "linux/amd64"
- image: clearlinux
version: "latest"
platform: "linux/amd64"
Expand Down

0 comments on commit b6b0b9d

Please sign in to comment.