Skip to content

Commit ce8f9b5

Browse files
committed
hotfix: unhandled tar header type 83
REVERT LATER
1 parent 323ebd2 commit ce8f9b5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/buildkit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
uses: docker/build-push-action@v6
5050
with:
5151
context: .
52-
platforms: linux/amd64,linux/arm64,linux/loongarch64,linux/riscv64
52+
platforms: linux/arm64
5353
push: true
5454
tags: ${{ steps.meta.outputs.tags }}
5555
labels: ${{ steps.meta.outputs.labels }}

get_buildkit.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ function get_buildkit() {
2525
echo "${HASH} ${OUTPUT}" | sha256sum -c -
2626
}
2727

28-
ARCHS=(amd64 arm64 riscv64 loongarch64)
28+
#ARCHS=(amd64 arm64 riscv64 loongarch64)
29+
ARCHS=(arm64)
2930

3031
for arch in "${ARCHS[@]}"
3132
do

0 commit comments

Comments
 (0)