Skip to content

Commit

Permalink
Try build arm images 2
Browse files Browse the repository at this point in the history
  • Loading branch information
aceberg committed Jun 29, 2024
1 parent 583cbe5 commit 6e0e6e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node-bootstrap-dev2.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: node-bootstrap-main
name: node-bootstrap-dev2

on:
workflow_dispatch:
Expand Down Expand Up @@ -36,7 +36,7 @@ jobs:
with:
context: .
file: ${{ env.IMAGE_NAME }}/Dockerfile-dev
platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64
platforms: linux/amd64,linux/arm/v7,linux/arm64
push: true
tags: |
${{ secrets.DOCKER_USERNAME }}/${{ env.IMAGE_NAME }}:dev

0 comments on commit 6e0e6e3

Please sign in to comment.