Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
reganmaharjan authored Apr 11, 2024
1 parent 51a8a71 commit 6a1fa7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
dest="$repo:${{ matrix.arch }}"
date="$(date +%Y%m%d%H%M)"
echo a
echo matrix.arch
echo ${{ matrix.arch }}
docker buildx build --platform linux/${{ matrix.arch }} -t $dest --build-arg BASE=$base ./
# docker build -t $dest --build-arg BASE=$base ./
echo 0
Expand Down

0 comments on commit 6a1fa7e

Please sign in to comment.