Browse Source

chore: update arm command

pull/119/head
Aldino Kemal 2 years ago
parent
commit
e896eef5ef
  1. 2
      .github/workflows/build-image-arm.yaml

2
.github/workflows/build-image-arm.yaml

@ -10,7 +10,7 @@ on:
jobs:
build-linux-arm:
if: startsWith(github.ref, 'refs/tags/v')
if: startsWith(github.ref, 'refs/tags/v') || github.event_name == 'workflow_dispatch'
runs-on: [ARM64]
environment: production
steps:

Loading…
Cancel
Save