Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
timglabisch committed Aug 24, 2023
1 parent 110e06f commit dabf549
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,14 @@ jobs:
run: |
cp target/aarch64-unknown-linux-musl/release/easypwned easypwned
cp target/aarch64-unknown-linux-musl/release/easypwned_haveibeenpwned_downloader easypwned_haveibeenpwned_downloader
docker buildx build --platform linux/arm64 -t easybill/easypwned:${{github.ref_name}}_arm64 --push .
docker buildx build --platform linux/amd64 -t easybill/easypwned:${{github.ref_name}}_amd64 .
docker push easybill/easypwned:${{github.ref_name}}_amd64
- name: Build and push arm
run: |
cp target/aarch64-unknown-linux-musl/release/easypwned easypwned
cp target/aarch64-unknown-linux-musl/release/easypwned_haveibeenpwned_downloader easypwned_haveibeenpwned_downloader
docker buildx build --platform linux/arm64 -t easybill/easypwned:${{github.ref_name}}_arm64 --push .
docker buildx build --platform linux/arm64 -t easybill/easypwned:${{github.ref_name}}_arm64 .
docker push easybill/easypwned:${{github.ref_name}}_arm64
- name: Build and Push manifest
if: startsWith(github.ref, 'refs/tags/')
run: |
Expand Down

0 comments on commit dabf549

Please sign in to comment.