Skip to content

Commit cd770f5

Browse files
committed
load dist to context
1 parent 6e8d67b commit cd770f5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/assets/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM ubuntu
22

3-
COPY target/release/odyssey /usr/local/bin
3+
COPY dist/odyssey /usr/local/bin
44

55
# Copy licenses
66
COPY LICENSE-* ./

.github/workflows/e2e.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737
- name: Build Odyssey
3838
run: |
3939
cargo build --profile release --locked --bin odyssey &&
40+
mkdir dist/ &&
41+
cp ./target/release/odyssey dist/odyssey &&
4042
docker buildx build . --load -f .github/assets/Dockerfile -t ghcr.io/ithacaxyz/odyssey:latest
4143
- name: Run enclave
4244
id: kurtosis

0 commit comments

Comments
 (0)