mirror of
https://github.com/elseif/MikroTikPatch
synced 2026-07-17 18:49:41 +00:00
Simplify multi arch manifest creation
Removed unnecessary output of JSON file contents before creating the multi-architecture manifest. Signed-off-by: elseif <elseif@live.cn>
This commit is contained in:
parent
ddb8fe368e
commit
54c562f054
4
.github/workflows/build_docker.yml
vendored
4
.github/workflows/build_docker.yml
vendored
@ -197,12 +197,8 @@ jobs:
|
||||
|
||||
- name: Create multi arch manifest
|
||||
run: |
|
||||
cat amd64.json
|
||||
cat arm64.json
|
||||
AMD64_DIGEST=$(jq -r '."containerimage.digest"' amd64.json)
|
||||
ARM64_DIGEST=$(jq -r '."containerimage.digest"' arm64.json)
|
||||
echo $AMD64_DIGEST
|
||||
echo $ARM64_DIGEST
|
||||
docker buildx imagetools create \
|
||||
-t ${IMAGE}:${VERSION} \
|
||||
${IMAGE}@${AMD64_DIGEST} \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user