Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
bowenliang123 committed Nov 15, 2024
1 parent 5a727d8 commit f509b8e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@ jobs:
strategy:
matrix:
include:
- platform: linux/amd64
service_name: "api-amd64"
- service_name: "api-amd64"
platform: linux/amd64
context: "api"
- platform: linux/arm64
service_name: "api-arm64"
- service_name: "api-arm64"
platform: linux/arm64
context: "api"
- platform: linux/amd64
service_name: "web-amd64"
- service_name: "web-amd64"
platform: linux/amd64
context: "web"
- platform: linux/arm64
service_name: "web-arm64"
- service_name: "web-arm64"
platform: linux/arm64
context: "web"
steps:
- name: Set up QEMU
Expand Down

0 comments on commit f509b8e

Please sign in to comment.