Skip to content

Commit

Permalink
fix: use 'main' as source image
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed Jan 8, 2024
1 parent 941e5cb commit 319ba1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/synthetic-chain/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import { writeDockerfile } from './src/cli/dockerfileGen.js';
import { matchOneProposal, readProposals } from './src/cli/proposals.js';
import { debugTestImage, runTestImages } from './src/cli/run.js';

// TODO change the tag to 'main' after multi-platform support https://github.com/Agoric/agoric-3-proposals/pull/32
const baseImage = 'pr-32-linux_arm64_v8';
// The image containing all passed proposals
const baseImage = 'main';

const { positionals, values } = parseArgs({
options: {
Expand Down

0 comments on commit 319ba1f

Please sign in to comment.