Skip to content

Commit ae5f3e4

Browse files
committed
Disable arm/amd build publish
1 parent 8de90e0 commit ae5f3e4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/delivery.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
with:
6161
context: .
6262
platforms: linux/amd64
63-
push: true
63+
push: false
6464
provenance: false
6565
tags: ghcr.io/${{ github.repository }}:build-${{ github.run_id }}-amd64
6666
build-args: CARGO_PROFILE=${{ needs.config.outputs.profile }}
@@ -110,7 +110,7 @@ jobs:
110110
with:
111111
context: .
112112
platforms: linux/arm64
113-
push: true
113+
push: false
114114
provenance: false
115115
tags: ghcr.io/${{ github.repository }}:build-${{ github.run_id }}-arm64
116116
build-args: CARGO_PROFILE=${{ needs.config.outputs.profile }}

0 commit comments

Comments
 (0)