getting rid of stray = in btcctl assembley file.

This commit is contained in:
greg stone
2023-01-27 20:49:35 +00:00
parent b81a606899
commit 6c166ad7ea
2 changed files with 4 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ ARG scratch_version="latest"
FROM indralabs/scratch-multi-arch:${scratch_version}
ARG platform
ARG version=
ARG version
## We can't use 'COPY --from=...' here. Using ADD will enable multi-architecture releases
ADD ./release/btcd-${version}/bin/${platform}/btcctl /bin

4
release/.gitignore vendored
View File

@@ -1 +1,3 @@
scratch-*
scratch-*
btcd-*
lnd-*