Skip to content

Commit

Permalink
Update "tianon/buildkit" supported architectures list
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Dec 12, 2023
1 parent d60b183 commit e1a5c2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta.jq
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def should_use_docker_buildx_driver:
and (
.build.arch as $arch
# bashbrew remote arches --json tianon/buildkit:0.12 | jq '.arches | keys_unsorted' -c
| ["amd64","arm32v5","arm32v7","arm64v8","i386","mips64le","ppc64le","riscv64","s390x"]
| ["amd64","arm32v5","arm32v6","arm32v7","arm64v8","i386","mips64le","ppc64le","riscv64","s390x"]
# TODO this needs to be based on the *host* architecture, not the *target* architecture (amd64 vs i386)
| index($arch)
| not
Expand Down

0 comments on commit e1a5c2e

Please sign in to comment.