mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2026-06-27 19:31:26 +00:00
Pull request: imp-bamboo-specs
Squashed commit of the following:
commit 138179cb918b1515dfef3acb375a7e4836e13a19
Author: Dimitry Kolyshev <dkolyshev@adguard.com>
Date: Fri Mar 27 15:22:20 2026 +0700
bamboo: add arm64 test
This commit is contained in:
parent
9ecf4da6fa
commit
8824fc7911
1 changed files with 5 additions and 1 deletions
|
|
@ -147,6 +147,10 @@
|
|||
'pattern': 'dist/AdGuardHome_darwin_amd64.zip'
|
||||
'shared': true
|
||||
'required': true
|
||||
- 'name': 'AdGuardHome_darwin_arm64'
|
||||
'pattern': 'dist/AdGuardHome_darwin_arm64.zip'
|
||||
'shared': true
|
||||
'required': true
|
||||
- 'name': 'AdGuardHome_linux_amd64'
|
||||
'pattern': 'dist/AdGuardHome_linux_amd64.tar.gz'
|
||||
'shared': true
|
||||
|
|
@ -171,7 +175,7 @@
|
|||
docker info
|
||||
|
||||
docker build \
|
||||
--build-arg "ARCH=amd64" \
|
||||
--build-arg "ARCH=amd64 arm64" \
|
||||
--build-arg "BASE_IMAGE=${bamboo_dockerGo}" \
|
||||
--build-arg "BRANCH=${bamboo_planRepository_branchName}" \
|
||||
--build-arg "CACHE_BUSTER=${bamboo_cacheBuster}" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue