Skip to content

Commit

Permalink
Update build-arm64.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ejsmith authored Jan 30, 2024
1 parent 599d362 commit fcf4bed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-arm64.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Build release arm64 docker images
on:
push:
tags:
- "v*"
# tags:
# - "v*"

jobs:
build:
Expand Down Expand Up @@ -51,5 +51,5 @@ jobs:
run: |
# tag and push docker image
for image in {"api","job","app","exceptionless"}; do
docker buildx build --target $image --platform linux/arm64 --output "type=image,push=true" . --tag exceptionless/$image:$VERSION-arm64 --tag exceptionless/$image:latest-arm64
docker buildx build --target $image --platform linux/arm64 --output "type=image,push=false" . --tag exceptionless/$image:$VERSION-arm64 --tag exceptionless/$image:latest-arm64
done

0 comments on commit fcf4bed

Please sign in to comment.