Skip to content

Commit

Permalink
WIP CI/CD test for multi arch Docker image.
Browse files Browse the repository at this point in the history
  • Loading branch information
Syndesi committed Aug 16, 2023
1 parent c086468 commit 6ca128c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci-release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,11 +202,9 @@ jobs:
- name: Create multi arch Docker image
shell: bash
run: |
ls -la /tmp/docker
#ls -la /tmp/docker
#docker load < /tmp/docker/api-latest-amd.tar.gz
#docker load < /tmp/docker/api-latest-arm.tar.gz
docker pull embernexus/api:tmp-latest-amd
docker pull embernexus/api:tmp-latest-arm
#docker tag api:latest-amd embernexus/api:tmp-latest-amd
#docker tag api:latest-arm embernexus/api:tmp-latest-arm
#docker push embernexus/api:tmp-latest-amd
Expand Down

0 comments on commit 6ca128c

Please sign in to comment.