Skip to content

Commit 9b459b0

Browse files
committed
build: test iteration
1 parent 2ad56dc commit 9b459b0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/build_async.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ jobs:
8989
runs-on: ubuntu-latest
9090
needs: [build_amd64, build_arm64]
9191
steps:
92+
-name: merge platforms
9293
run: |
9394
echo "so two previous build should push to :arm & :amd tag, then now we are going to merge them to one"
9495
echo "docker manifest create yourdockerhubusername/yourimage:latest \nyourdockerhubusername/yourimage:amd \nyourdockerhubusername/yourimage:arm \n docker manifest push yourdockerhubusername/yourimage:latest"

.github/workflows/build_async_native.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ jobs:
8989
runs-on: ubuntu-latest
9090
needs: [build_amd64, build_arm64]
9191
steps:
92+
-name: merge platforms
9293
run: |
9394
echo "so two previous build should push to :arm & :amd tag, then now we are going to merge them to one"
9495
echo "docker manifest create yourdockerhubusername/yourimage:latest \nyourdockerhubusername/yourimage:amd \nyourdockerhubusername/yourimage:arm \n docker manifest push yourdockerhubusername/yourimage:latest"

0 commit comments

Comments
 (0)