Skip to content

Commit

Permalink
ci: build and push arm64 (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
devnoname120 authored May 19, 2024
1 parent 822655a commit f5fe2d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v5
with:
platforms: linux/amd64,linux/arm64
push: false
tags: |
cybuerg/cfspeedtest:${{ github.sha }}
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v5
with:
platforms: linux/amd64,linux/arm64
push: true
tags: |
cybuerg/cfspeedtest:${{ github.ref_name }}
Expand Down

0 comments on commit f5fe2d1

Please sign in to comment.