Skip to content
New issue

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

Images support multi arch #488

Merged
merged 17 commits into from
Oct 19, 2022
Prev Previous commit
Next Next commit
update
Signed-off-by: Jared Tan <jian.tan@daocloud.io>
  • Loading branch information
JaredTan95 committed Oct 19, 2022
commit 31dba390f9ab62568a2a0af9cc071f608d10c4c5
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: "Release"

on:
# for debug, pls remove this
pull_request:
branches: [ main ] # for debug, pls remove this
branches: [ main ]

jobs:
docker_build_matrix:
Expand Down