Skip to content

Commit 51f196f

Browse files
committed
Update build.yml
1 parent dd24f6e commit 51f196f

File tree

1 file changed

+5
-19
lines changed

1 file changed

+5
-19
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -49,27 +49,13 @@ jobs:
4949
with:
5050
fetch-depth: 50
5151

52-
- name: Set up emulation
53-
if: matrix.platform != 'i686' && matrix.platform != 'x86_64'
54-
uses: docker/setup-qemu-action@v3
55-
with:
56-
platforms: ${{ matrix.platform }}
57-
58-
- name: Set up Docker Buildx
59-
uses: docker/setup-buildx-action@v3
60-
61-
- name: Setup cache
62-
if: github.event_name != 'workflow_dispatch' || fromJSON(github.event.inputs.useCache)
63-
uses: actions/cache@v4
64-
with:
65-
path: .buildx-cache-${{ matrix.policy }}_${{ matrix.platform }}/*
66-
key: buildx-cache-${{ matrix.policy }}-${{ matrix.platform }}-${{ hashFiles('docker/**') }}
67-
restore-keys: buildx-cache-${{ matrix.policy }}-${{ matrix.platform }}-
52+
- name: Deploy (dry-run)
53+
run: ./deploy.sh --dry-run
6854

69-
- name: Build
70-
run: ./build.sh
55+
- name: Deploy (dry-run 2)
56+
run: ./deploy.sh --dry-run
7157

72-
- name: Deploy (dry-run)
58+
- name: Deploy (dry-run 3)
7359
run: ./deploy.sh --dry-run
7460

7561
- name: Deploy

0 commit comments

Comments
 (0)