Skip to content

Commit

Permalink
Support mutiple platforms.
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed Apr 8, 2024
1 parent d39e56d commit 9484e10
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,9 @@ jobs:
- name: Build SRS docker image
run: |
echo "Release ossrs/aapanel-plugin-dev:$SRS_TAG"
docker build --tag ossrs/aapanel-plugin-dev:$SRS_TAG -f Dockerfile .
docker push ossrs/aapanel-plugin-dev:$SRS_TAG
docker buildx build --platform linux/amd64,linux/arm64/v8 \
--output "type=image,push=true" \
--tag ossrs/aapanel-plugin-dev:$SRS_TAG -f Dockerfile .
- name: Docker alias images for ossrs/aapanel-plugin-dev
uses: akhilerm/[email protected]
with:
Expand Down

0 comments on commit 9484e10

Please sign in to comment.