Skip to content

Commit e8bb0f9

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

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/build_async.yml

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