Skip to content

Commit

Permalink
fixes workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zimbora committed Apr 20, 2024
1 parent 3a7e468 commit 5311748
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
docker build \
--build-arg CPU_CORES=$(nproc) \
--build-arg TICKER=$REPO_NAME \
--build-arg NAME=BECN \
--build-arg NAME=Beacon \
--build-arg BASE_NAME=beacon \
--build-arg TARGET=${{ github.ref }} \
-t linux-x64-build-img \
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
docker build \
--build-arg CPU_CORES=$(nproc) \
--build-arg TICKER=$REPO_NAME \
--build-arg NAME=BECN \
--build-arg NAME=Beacon \
--build-arg BASE_NAME=beacon \
--build-arg TARGET=${{ github.ref }} \
-t linux-arm64-build-img \
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
docker build \
--build-arg CPU_CORES=$(nproc) \
--build-arg TICKER=$REPO_NAME \
--build-arg NAME=BECN \
--build-arg NAME=Beacon \
--build-arg BASE_NAME=beacon \
--build-arg TARGET=${{ github.ref }} \
-t windows-x64-build-img \
Expand Down

0 comments on commit 5311748

Please sign in to comment.