mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
chore(ci): enable data plane arm64 debug images (#10165)
On developers with Apple Silicon machines, this allows for testing native binaries without having to build data plane images.
This commit is contained in:
3
.github/workflows/_build_artifacts.yml
vendored
3
.github/workflows/_build_artifacts.yml
vendored
@@ -189,9 +189,8 @@ jobs:
|
||||
|
||||
# Syntax is weird because https://github.com/actions/runner/issues/1512
|
||||
exclude:
|
||||
# Exclude debug builds for non-amd64 targets since they won't be used.
|
||||
# Devs are either on amd64 or arm64
|
||||
- { stage: debug, arch: { platform: linux/arm/v7 } }
|
||||
- { stage: debug, arch: { platform: linux/arm64 } }
|
||||
# Exclude http-test-server from perf image builds
|
||||
- { image_prefix: perf, name: { package: http-test-server } }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user