Skip to content

Commit

Permalink
add arguments for make
Browse files Browse the repository at this point in the history
  • Loading branch information
chaospuppy committed Feb 23, 2023
1 parent 0e986e0 commit d817e10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
# run: ARCH=arm64 IMAGE_REPO='docker.io/chaospuppy' IMAGE_NAME='imagesync' make push-image
# if: ${{ github.ref_type == 'tag' }}
- name: build-amd64-image
run: ARCH=amd64 make build
run: ARCH=amd64 ARCH=amd64 IMAGE_REPO='docker.io/chaospuppy' IMAGE_NAME='imagesync' make build
if: ${{ github.ref_type == 'tag' }}
- name: push-image-amd64-tags
run: ARCH=amd64 IMAGE_REPO='docker.io/chaospuppy' IMAGE_NAME='imagesync' make push-image
Expand All @@ -34,7 +34,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: create-artifact
run: ARCH=amd64 make artifact
run: ARCH=amd64 ARCH=amd64 IMAGE_REPO='docker.io/chaospuppy' IMAGE_NAME='imagesync' make artifact
if: ${{ github.ref_type == 'tag' }}
- name: create-release
uses: "marvinpinto/action-automatic-releases@latest"
Expand Down

0 comments on commit d817e10

Please sign in to comment.