We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As we've noticed, build and push image action for apisix-base/* failed multiple times. https://github.com/api7/apisix-build-tools/actions/workflows/push-apisix-base-image.yml
apisix-base/*
Also retrying the failed job does not help. https://github.com/lujiajing1126/apisix-build-tools/actions/runs/4971639355
The current workaround is to build arm64 and amd64 images on separate platforms and merge the manifests in the subsequent job.
https://github.com/lujiajing1126/apisix-build-tools/blob/release/apisix-base-1.21.x/.github/workflows/push-apisix-base-image.yml
But since buildjet is used, I cannot contribute the workflow to the repo.
buildjet
The text was updated successfully, but these errors were encountered:
@Sn0rt Could you help this issue?
Sorry, something went wrong.
No branches or pull requests
As we've noticed, build and push image action for
apisix-base/*
failed multiple times. https://github.com/api7/apisix-build-tools/actions/workflows/push-apisix-base-image.ymlAlso retrying the failed job does not help. https://github.com/lujiajing1126/apisix-build-tools/actions/runs/4971639355
The current workaround is to build arm64 and amd64 images on separate platforms and merge the manifests in the subsequent job.
https://github.com/lujiajing1126/apisix-build-tools/blob/release/apisix-base-1.21.x/.github/workflows/push-apisix-base-image.yml
But since
buildjet
is used, I cannot contribute the workflow to the repo.The text was updated successfully, but these errors were encountered: