Skip to content

Commit 0737d7b

Browse files
committed
fix: workflow
1 parent aa13378 commit 0737d7b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ jobs:
4343
- target: aarch64-unknown-linux-gnu
4444
os: ubuntu-20.04
4545
profile: maxperf
46-
- target: x86_64-apple-darwin
47-
os: macos-13
48-
profile: maxperf
4946
- target: aarch64-apple-darwin
5047
os: macos-14
5148
profile: maxperf
@@ -139,7 +136,7 @@ jobs:
139136
- name: Build and push
140137
uses: docker/build-push-action@v5
141138
with:
142-
context: ./world-chain-builder
139+
context: world-chain-builder
143140
file: Dockerfile
144141
push: true
145142
tags: ${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)