Skip to content

Commit

Permalink
fix: export blob sink in export e2e images
Browse files Browse the repository at this point in the history
  • Loading branch information
Maddiaa0 committed Nov 27, 2024
1 parent 5dbeef3 commit 8ad8214
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions yarn-project/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,11 @@ export-aztec:
FROM +aztec
SAVE IMAGE aztecprotocol/aztec:$EARTHLY_GIT_HASH

export-e2e-blob-sink:
ARG EARTHLY_GIT_HASH
FROM +blob-sink
SAVE IMAGE aztecprotocol/blob-sink:$EARTHLY_GIT_HASH

export-aztec-arch:
FROM +aztec
ARG DIST_TAG="latest"
Expand All @@ -288,6 +293,7 @@ export-end-to-end:
export-e2e-test-images:
BUILD +export-aztec
BUILD +export-end-to-end
BUILD +export-e2e-blob-sink

format-check:
FROM +build
Expand Down
2 changes: 1 addition & 1 deletion yarn-project/blob-sink/src/config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ConfigMappingsType, getConfigFromMappings } from '@aztec/foundation/config';
import { type ConfigMappingsType, getConfigFromMappings } from '@aztec/foundation/config';
import { type DataStoreConfig, dataConfigMappings } from '@aztec/kv-store/config';

export type BlobSinkConfig = {
Expand Down

0 comments on commit 8ad8214

Please sign in to comment.