You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Docker images for `heighliner/gaia:v7.0.1` will be built on the remote buildkit server and then pushed to the container repository. The manifest for the tag will contain both amd64 and arm64 images.
# The npm commands will complain about nodejs versions but will proceed.
192
-
# See issue: https://github.com/p2p-org/heighliner/issues/92
193
-
npm ci
194
-
npm run build
195
-
# prettier + alpine + certain versions of the flatten-contracts scripts fail during prettier write, which is not fully necessary since hardhat flatten still outputs artifacts
196
-
sed -i '/prettier/d' scripts/flatten-contracts.sh
197
-
npm run flatten
198
-
mkdir -p ../contract-artifacts/gateway
199
-
mv artifacts/* ../contract-artifacts/
200
-
cd ..
201
189
VERSION=$(echo $(git describe --tags) | sed 's/^v//')
0 commit comments