Skip to content

Commit ad0b4af

Browse files
committed
add arm64 back to workflow
1 parent 913da25 commit ad0b4af

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/workflow-docker-manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
include:
16-
- branch: main
16+
- branch: master
1717
tag_suffix: ""
1818
- branch: libtorrentv1
1919
tag_suffix: ""

.github/workflows/workflow-docker-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
include:
13-
- branch: main
13+
- branch: master
1414
tag_suffix: ""
1515
- branch: libtorrentv1
1616
tag_suffix: ""

0 commit comments

Comments
 (0)