Skip to content

Commit

Permalink
Change DT for x86_64 builds
Browse files Browse the repository at this point in the history
* generic-amd64i DT not ready yet:
balena-io/contracts#231

Change-Type: patch
  • Loading branch information
ab77 committed May 28, 2021
1 parent 21d697d commit 5118314
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .resinci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ docker:
publish: false
args:
- RESINRC_RESIN_URL=balena-staging.com
- BALENA_APPS=[{"app":"cloud-config-aarch64","type":"generic-aarch64"},{"app":"cloud-config-amd64","type":"generic"}]
- BALENA_APPS=[{"app":"cloud-config-aarch64","type":"generic-aarch64"},{"app":"cloud-config-amd64","type":"genericx86-64-ext"}]
secrets:
- id: balena-api-token
src: .balena/secrets/staging/balena_api_token.txt
Expand All @@ -17,7 +17,7 @@ docker:
publish: false
args:
- RESINRC_RESIN_URL=balena-cloud.com
- BALENA_APPS=[{"app":"cloud-config-aarch64","type":"generic-aarch64"},{"app":"cloud-config-amd64","type":"generic"}]
- BALENA_APPS=[{"app":"cloud-config-aarch64","type":"generic-aarch64"},{"app":"cloud-config-amd64","type":"genericx86-64-ext"}]
secrets:
- id: balena-api-token
src: .balena/secrets/production/balena_api_token.txt

0 comments on commit 5118314

Please sign in to comment.