Skip to content

Commit

Permalink
Disable builds for linux/386
Browse files Browse the repository at this point in the history
This is currently broken (apparently also upstream).

Signed-off-by: Leandro Motta Barros <leandro@balena.io>
Change-type: patch
  • Loading branch information
lmbarros committed Feb 7, 2023
1 parent c5a6085 commit ae2500b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flowzone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ jobs:
secrets: inherit
with:
# https://github.com/golang/go/blob/master/src/go/build/syslist.go
custom_publish_matrix: "linux/arm/v5,linux/arm/v6,linux/arm/v7,linux/arm64,linux/amd64,linux/386"
custom_publish_matrix: "linux/arm/v5,linux/arm/v6,linux/arm/v7,linux/arm64,linux/amd64"
cloudflare_website: "balena-engine"

0 comments on commit ae2500b

Please sign in to comment.