add back "/v8" suffix to linux/arm64 platform

This commit is contained in:
Joey Orlando 2023-06-29 15:45:12 +02:00
parent 323ab30fdd
commit c705bded9f
No known key found for this signature in database
GPG key ID: 469E88366B17F644

View file

@ -239,7 +239,7 @@ steps:
settings:
repo: grafana/oncall
tags: ${DRONE_TAG}
platform: linux/arm64,linux/amd64
platform: linux/arm64/v8,linux/amd64
dockerfile: engine/Dockerfile
target: prod
context: engine/
@ -329,4 +329,6 @@ kind: secret
name: drone_token
---
kind: signature
hmac: c455edcac58e27e49800929097751b97d8ab0b8874943b3af6f012007cea3885
hmac: 08184a4c1313a5e6cbca2370d20a6a8c5d71726b4148b5c3ed1396a21bebaa37
...