Skip to content

Commit

Permalink
Merge branch 'BIR-develop' of https://github.com/decenomy/DSW
Browse files Browse the repository at this point in the history
  • Loading branch information
zimbora committed Apr 20, 2024
2 parents d52013f + eeb11a7 commit cff49df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Expand Up @@ -22,7 +22,7 @@ jobs:
docker build \
--build-arg CPU_CORES=$(nproc) \
--build-arg TICKER=$REPO_NAME \
--build-arg NAME=BIR \
--build-arg NAME=Birake \
--build-arg BASE_NAME=birake \
--build-arg TARGET=${{ github.ref }} \
-t linux-x64-build-img \
Expand Down Expand Up @@ -58,8 +58,8 @@ jobs:
docker build \
--build-arg CPU_CORES=$(nproc) \
--build-arg TICKER=$REPO_NAME \
--build-arg NAME=__Decenomy__ \
--build-arg BASE_NAME=__decenomy__ \
--build-arg NAME=Birake \
--build-arg BASE_NAME=birake \
--build-arg TARGET=${{ github.ref }} \
-t linux-arm64-build-img \
-f contrib/docker/Dockerfile.dsw-linux-arm64-wallet .
Expand Down

0 comments on commit cff49df

Please sign in to comment.