Skip to content

Commit 2ad56dc

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

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

.github/workflows/build_async.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ jobs:
8888
merge_amd64_and-amr64:
8989
runs-on: ubuntu-latest
9090
needs: [build_amd64, build_arm64]
91-
run: |
92-
echo "so two previous build should push to :arm & :amd tag, then now we are going to merge them to one"
93-
echo "docker manifest create yourdockerhubusername/yourimage:latest \nyourdockerhubusername/yourimage:amd \nyourdockerhubusername/yourimage:arm \n docker manifest push yourdockerhubusername/yourimage:latest"
91+
steps:
92+
run: |
93+
echo "so two previous build should push to :arm & :amd tag, then now we are going to merge them to one"
94+
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: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ jobs:
8888
merge_amd64_and-amr64:
8989
runs-on: ubuntu-latest
9090
needs: [build_amd64, build_arm64]
91-
run: |
92-
echo "so two previous build should push to :arm & :amd tag, then now we are going to merge them to one"
93-
echo "docker manifest create yourdockerhubusername/yourimage:latest \nyourdockerhubusername/yourimage:amd \nyourdockerhubusername/yourimage:arm \n docker manifest push yourdockerhubusername/yourimage:latest"
91+
steps:
92+
run: |
93+
echo "so two previous build should push to :arm & :amd tag, then now we are going to merge them to one"
94+
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)