fix: push the right archs to dockerhub
Build Container Image / build_latest_arm64 (push) Successful in 1m2s Details
Build Container Image / build_legacy_amd64 (push) Successful in 1m11s Details
Build Container Image / build_legacy_i386 (push) Successful in 53s Details
Build Container Image / push_legacy_amd64 (push) Successful in 1m21s Details
Build Container Image / build_legacy (push) Successful in 2m6s Details
Build Container Image / push_legacy_i386 (push) Successful in 1m16s Details
Build Container Image / build_latest_amd64 (push) Successful in 54s Details
Build Container Image / push_legacy (push) Successful in 1m8s Details
Build Container Image / push_latest_arm64 (push) Successful in 1m37s Details
Build Container Image / build_combination (push) Successful in 2m35s Details
Build Container Image / push_latest_amd64 (push) Successful in 2m20s Details
Build Container Image / build_latest (push) Successful in 4m27s Details
Build Container Image / push_combination (push) Successful in 1m54s Details
Build Container Image / push_latest (push) Successful in 3m34s Details
Build Container Image / update_readme (push) Successful in 15s Details

This commit is contained in:
Daniel Wolf 2024-03-27 15:29:03 -04:00
parent 37d4468cbb
commit 5177bf0e94
Signed by: nephatrine
GPG Key ID: 59D70EC2E4AAB4D0
1 changed files with 3 additions and 3 deletions

View File

@ -299,7 +299,7 @@ jobs:
password: ${{ secrets.DOCKER_PASS }}
- name: Docker Manifest
run: |
docker manifest create nephatrine/nxb-cross-darwin:10.13 --amend nephatrine/amd64:nxb-cross-darwin-legacy --amend nephatrine/ia32:nxb-cross-darwin-legacy --amend nephatrine/arm64:nxb-cross-darwin-legacy --amend nephatrine/armv7:nxb-cross-darwin-legacy
docker manifest create nephatrine/nxb-cross-darwin:10.13 --amend nephatrine/amd64:nxb-cross-darwin-legacy --amend nephatrine/ia32:nxb-cross-darwin-legacy
docker manifest push --purge nephatrine/nxb-cross-darwin:10.13
- name: Notify Discord
if: gitea.event_name != 'schedule'
@ -345,8 +345,8 @@ jobs:
password: ${{ secrets.DOCKER_PASS }}
- name: Docker Manifest
run: |
docker manifest create nephatrine/nxb-cross-darwin:latest --amend nephatrine/amd64:nxb-cross-darwin-latest --amend nephatrine/ia32:nxb-cross-darwin-latest --amend nephatrine/arm64:nxb-cross-darwin-latest --amend nephatrine/armv7:nxb-cross-darwin-latest
docker manifest create nephatrine/nxb-cross-darwin:13.3 --amend nephatrine/amd64:nxb-cross-darwin-latest --amend nephatrine/ia32:nxb-cross-darwin-latest --amend nephatrine/arm64:nxb-cross-darwin-latest --amend nephatrine/armv7:nxb-cross-darwin-latest
docker manifest create nephatrine/nxb-cross-darwin:latest --amend nephatrine/amd64:nxb-cross-darwin-latest --amend nephatrine/arm64:nxb-cross-darwin-latest
docker manifest create nephatrine/nxb-cross-darwin:13.3 --amend nephatrine/amd64:nxb-cross-darwin-latest --amend nephatrine/arm64:nxb-cross-darwin-latest
docker manifest push --purge nephatrine/nxb-cross-darwin:latest
docker manifest push --purge nephatrine/nxb-cross-darwin:13.3
- name: Notify Discord