Skip to content

Commit

Permalink
ci: Docker: Go x86 in qemu seems to be broken
Browse files Browse the repository at this point in the history
  • Loading branch information
USA-RedDragon committed Feb 2, 2023
1 parent 44c0579 commit ab25153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Expand Up @@ -41,7 +41,7 @@ jobs:

strategy:
matrix:
arches: [amd64, arm64, "386", arm/v7, arm/v6]
arches: [amd64, arm64, arm/v7, arm/v6]

steps:
- name: Checkout repository
Expand Down

0 comments on commit ab25153

Please sign in to comment.