mirror of
https://github.com/chaifeng/ufw-docker.git
synced 2025-07-10 19:26:14 +02:00
Fix missing arm64
This commit is contained in:
parent
d203f64c75
commit
aac96e4336
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -50,7 +50,7 @@ jobs:
|
|||
with:
|
||||
context: .
|
||||
push: ${{ github.event_name != 'pull_request' }}
|
||||
platforms: linux/amd64,linux/arm64/v8
|
||||
platforms: linux/amd64,linux/arm64
|
||||
build-args: |
|
||||
use_iptables_legacy=${{ matrix.variant.use_iptables_legacy }}
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue