fix build.yml (x8)

This commit is contained in:
dalbodeule
2024-06-13 22:35:30 +09:00
parent d717b297f3
commit 0481681dd4
3 changed files with 8 additions and 6 deletions

View File

@@ -33,9 +33,10 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build and Push Native Image (multi-platform)
- name: Create multi-platform image
run: |
pack build --builder paketobuildpacks/builder-jammy-full:latest \
--tag dalbodeule/chzzkbot:latest \
docker buildx create --use
docker buildx build --platform linux/amd64,linux/arm64 \
--tag dalbodeule/chzzkbot:${{ env.DATETIME }} \
--publish
--tag dalbodeule/chzzkbot:latest \
--push .