File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 60
60
uses : docker/build-push-action@v6
61
61
with :
62
62
context : ' .'
63
- platforms : linux/amd64, linux/arm64 # linux/riscv64 not yet supported by the base image
63
+ platforms : linux/amd64 # linux/arm64 too slow to build, linux/riscv64 not yet supported by the base image
64
64
push : ${{ github.event_name != 'pull_request' }}
65
65
tags : ${{ steps.meta.outputs.tags }}
66
66
labels : ${{ steps.meta.outputs.labels }}
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ add_annotation org.opencontainers.image.revision "$git_commit"
47
47
48
48
args=(
49
49
--rm
50
- --platform " linux/amd64, linux/arm64" # linux/riscv64 is not yet supported
50
+ --platform " linux/amd64" # linux/arm64 too slow to build, linux/riscv64 is not yet supported
51
51
-o " $output_param "
52
52
.
53
53
)
You can’t perform that action at this time.
0 commit comments